mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
eepp:
UICodeEditorSplitter, goto line of document opened when creating a split. StyleSheetParser allow UTF-8 BOM files. Improved UICodeEditor::scrollTo. ecode: Fixed a crash in universal locator.
This commit is contained in:
@@ -748,7 +748,7 @@ void App::showStatusBar( bool show ) {
|
||||
}
|
||||
|
||||
ProjectBuildManager* App::getProjectBuildManager() const {
|
||||
return mProjectBuildManager.get();
|
||||
return mProjectBuildManager ? mProjectBuildManager.get() : nullptr;
|
||||
}
|
||||
|
||||
UITabWidget* App::getSidePanel() const {
|
||||
|
||||
Reference in New Issue
Block a user