mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
eepp:
Updated efsw. Refactored MD5 class. ecode: Updated build.app.sh scripts with the new font assets. Tried to reduce the false positives of the document modified alert (I don't think it worked, needs more investigation).
This commit is contained in:
@@ -2067,6 +2067,14 @@ void App::createDocAlert( UICodeEditor* editor ) {
|
||||
editor->setFocus();
|
||||
}
|
||||
} );
|
||||
|
||||
docAlert->runOnMainThread(
|
||||
[docAlert, editor] {
|
||||
editor->disableReportSizeChangeToChilds();
|
||||
docAlert->close();
|
||||
editor->setFocus();
|
||||
},
|
||||
Seconds( 10.f ) );
|
||||
}
|
||||
|
||||
void App::loadImageFromMedium( const std::string& path, bool isMemory ) {
|
||||
|
||||
Reference in New Issue
Block a user