Unselect selection when clicking 'nothing'.
--HG-- branch : dfighter-tools
This commit is contained in:
parent
a1e2c5667a
commit
8cec8de3a0
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