mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Allow selection of CGroupEditBox.
This commit is contained in:
parent
715fdd1ddf
commit
9b8991038d
1 changed files with 5 additions and 0 deletions
|
@ -1336,6 +1336,11 @@ namespace NLGUI
|
||||||
// if click, and not frozen, then get the focus
|
// if click, and not frozen, then get the focus
|
||||||
if (eventDesc.getEventTypeExtended() == NLGUI::CEventDescriptorMouse::mouseleftdown && !_Frozen)
|
if (eventDesc.getEventTypeExtended() == NLGUI::CEventDescriptorMouse::mouseleftdown && !_Frozen)
|
||||||
{
|
{
|
||||||
|
if( getEditorMode() )
|
||||||
|
{
|
||||||
|
return CViewBase::handleEvent( event );
|
||||||
|
}
|
||||||
|
|
||||||
_SelectingText = true;
|
_SelectingText = true;
|
||||||
stopParentBlink();
|
stopParentBlink();
|
||||||
CWidgetManager::getInstance()->setCaptureKeyboard (this);
|
CWidgetManager::getInstance()->setCaptureKeyboard (this);
|
||||||
|
|
Loading…
Reference in a new issue