mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Fix for windows build.
This commit is contained in:
@@ -122,8 +122,7 @@ void App::onDocumentModified( UICodeEditor* editor, TextDocument& ) {
|
||||
if ( isDirty != wasDirty )
|
||||
setAppTitle( titleFromEditor( editor ) );
|
||||
|
||||
const String::StringBaseType& tabDirty =
|
||||
( (UITab*)editor->getData() )->getText().lastChar() == '*';
|
||||
bool tabDirty = ( (UITab*)editor->getData() )->getText().lastChar() == '*';
|
||||
|
||||
if ( isDirty != tabDirty )
|
||||
updateEditorTitle( editor );
|
||||
|
||||
Reference in New Issue
Block a user