mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
eepp: Fixed Node::debounce.
ecode: Fixes in Git plugin, now status also recurses submodules. Fixed doc info being incorrect on startup.
This commit is contained in:
@@ -1446,6 +1446,10 @@ void LSPClientPlugin::displayTooltip( UICodeEditor* editor, const LSPHover& resp
|
||||
mOldDontAutoHideOnMouseMove = tooltip->dontAutoHideOnMouseMove();
|
||||
mOldUsingCustomStyling = tooltip->getUsingCustomStyling();
|
||||
mOldBackgroundColor = tooltip->getBackgroundColor();
|
||||
if ( Color::Transparent == mOldBackgroundColor ) {
|
||||
tooltip->reloadStyle( true, true, true, true );
|
||||
mOldBackgroundColor = tooltip->getBackgroundColor();
|
||||
}
|
||||
tooltip->setHorizontalAlign( UI_HALIGN_LEFT );
|
||||
tooltip->setPixelsPosition( tooltip->getTooltipPosition( position ) );
|
||||
tooltip->setDontAutoHideOnMouseMove( true );
|
||||
|
||||
Reference in New Issue
Block a user