Unselect selection when clicking 'nothing'.

--HG--
branch : dfighter-tools
hg/feature/light_cycle
dfighter1985 10 years ago
parent a1e2c5667a
commit 8cec8de3a0

@ -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…
Cancel
Save