|
|
@ -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);
|
|
|
|