mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Crash fix.
This commit is contained in:
@@ -1739,6 +1739,9 @@ void App::onRealDocumentLoaded( UICodeEditor* editor, const std::string& path )
|
||||
}
|
||||
|
||||
void App::onDocumentLoaded( UICodeEditor* editor, const std::string& path ) {
|
||||
if ( editor->getData() == 0 )
|
||||
return;
|
||||
|
||||
onRealDocumentLoaded( editor, path );
|
||||
|
||||
// Check if other editor is using the same document and needs to receive the same notification
|
||||
|
||||
Reference in New Issue
Block a user