mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Fixes in ecode saveProject.
This commit is contained in:
@@ -2195,10 +2195,11 @@ bool App::isUnlockedCommand( const std::string& command ) {
|
||||
}
|
||||
|
||||
void App::saveProject() {
|
||||
if ( !mCurrentProject.empty() )
|
||||
if ( !mCurrentProject.empty() ) {
|
||||
mConfig.saveProject( mCurrentProject, mSplitter, mConfigPath, mProjectDocConfig,
|
||||
mProjectBuildManager ? mProjectBuildManager->getConfig()
|
||||
: ProjectBuildConfiguration() );
|
||||
}
|
||||
}
|
||||
|
||||
void App::closeEditors() {
|
||||
|
||||
Reference in New Issue
Block a user