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