mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Unselect selection when clicking 'nothing'.
This commit is contained in:
parent
bb309e0299
commit
490dcc951c
1 changed files with 5 additions and 0 deletions
|
@ -2475,6 +2475,11 @@ namespace NLGUI
|
|||
// handle the capture
|
||||
_CapturedView->handleEvent( evnt );
|
||||
}
|
||||
else
|
||||
{
|
||||
if( CInterfaceElement::getEditorMode() )
|
||||
setCurrentEditorSelection( "" );
|
||||
}
|
||||
}
|
||||
|
||||
// Manage RightClick
|
||||
|
|
Loading…
Reference in a new issue