Minor nit fix in terminal text selection.

This commit is contained in:
Martín Lucas Golini
2025-12-20 11:17:14 -03:00
parent e4354787aa
commit f1157f3ac8

View File

@@ -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() );