mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 22:15:01 +03:00
More fixes. Added debuggers to health tool.
This commit is contained in:
@@ -1226,6 +1226,10 @@ bool AutoCompletePlugin::onMouseMove( UICodeEditor* editor, const Vector2i& posi
|
||||
return false;
|
||||
|
||||
Vector2f localPos( editor->convertToNodeSpace( position.asFloat() ) );
|
||||
|
||||
if ( localPos.x <= editor->getGutterWidth() )
|
||||
return false;
|
||||
|
||||
if ( mBoxRect.contains( localPos ) ) {
|
||||
editor->getUISceneNode()->setCursor( Cursor::Hand );
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user