GWEN improvement: allow to navigate TreeControl and ComboBox using the cursor keys
This commit is contained in:
@@ -81,8 +81,10 @@ Base::~Base()
|
||||
|
||||
SetParent( NULL );
|
||||
|
||||
if ( Gwen::HoveredControl == this ) Gwen::HoveredControl = NULL;
|
||||
if ( Gwen::KeyboardFocus == this ) Gwen::KeyboardFocus = NULL;
|
||||
if ( Gwen::HoveredControl == this )
|
||||
Gwen::HoveredControl = NULL;
|
||||
if ( Gwen::KeyboardFocus == this )
|
||||
Gwen::KeyboardFocus = NULL;
|
||||
if ( Gwen::MouseFocus == this ) Gwen::MouseFocus = NULL;
|
||||
|
||||
DragAndDrop::ControlDeleted( this );
|
||||
|
||||
Reference in New Issue
Block a user