mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Minor nit fix in terminal text selection.
This commit is contained in:
@@ -646,6 +646,7 @@ bool TerminalDisplay::update( bool isMouseOverMe ) {
|
||||
if ( mAlreadyClickedLButton ) {
|
||||
if ( !( mWindow->getInput()->getPressTrigger() & EE_BUTTON_LMASK ) ) {
|
||||
mWindow->getInput()->captureMouse( false );
|
||||
mDraggingSel = false;
|
||||
} else if ( !isMouseOverMe ) {
|
||||
onMouseMove( mWindow->getInput()->getMousePos(),
|
||||
mWindow->getInput()->getPressTrigger() );
|
||||
|
||||
Reference in New Issue
Block a user