mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Added vertical menu for status build output and app output.
Fix incorrect initialization of the Git plugin model controller when loading a folder from the Welcome Screen.
This commit is contained in:
@@ -3291,7 +3291,6 @@ void App::loadFolder( const std::string& path ) {
|
||||
|
||||
mCurrentProject = rpath;
|
||||
mCurrentProjectName = FileSystem::fileNameFromPath( mCurrentProject );
|
||||
mPluginManager->setWorkspaceFolder( rpath );
|
||||
|
||||
loadDirTree( rpath );
|
||||
|
||||
@@ -3329,6 +3328,8 @@ void App::loadFolder( const std::string& path ) {
|
||||
|
||||
if ( mSplitter->getCurEditor() )
|
||||
setAppTitle( titleFromEditor( mSplitter->getCurEditor() ) );
|
||||
|
||||
mPluginManager->setWorkspaceFolder( rpath );
|
||||
}
|
||||
|
||||
#if EE_PLATFORM == EE_PLATFORM_MACOS
|
||||
|
||||
Reference in New Issue
Block a user