mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
eepp: Improved default click step for scrollable widgets.
ecode: Never block main thread when sending messages to an LSP. Ctrl/Cmd + Alt + Click -> now executes "Go to definition". Improved modifier keys when used in combination with mouse clicks.
This commit is contained in:
@@ -2414,6 +2414,7 @@ void App::initProjectTreeView( std::string path ) {
|
||||
} } );
|
||||
|
||||
mProjectTreeView->setModel( mFileSystemModel );
|
||||
mProjectViewEmptyCont->setVisible( false );
|
||||
|
||||
if ( mFileSystemListener )
|
||||
mFileSystemListener->setFileSystemModel( mFileSystemModel );
|
||||
|
||||
Reference in New Issue
Block a user