mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-07 22:16:31 +03:00
Fix subprocess stuck trying to write.
Fix UISplitter stack overflow. ecode: Improved startup time. Added new color scheme: gruvbox material dark. Improved header/source switch.
This commit is contained in:
@@ -517,8 +517,9 @@ void AppConfig::loadProject( std::string projectFolder, UICodeEditorSplitter* ed
|
||||
return;
|
||||
|
||||
editorsToLoad = countTotalEditors( j );
|
||||
loadDocuments( editorSplitter, pool, j,
|
||||
editorSplitter->tabWidgetFromWidget( editorSplitter->getCurWidget() ), app );
|
||||
UITabWidget* curTabWidget =
|
||||
editorSplitter->tabWidgetFromWidget( editorSplitter->getCurWidget() );
|
||||
loadDocuments( editorSplitter, pool, j, curTabWidget, app );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user