eepp: Improvements in Process. Some minor performance improvements.

ecode : Fixes in XML Tools. Fixes in Linter Plugin.
This commit is contained in:
Martín Lucas Golini
2023-09-28 01:05:15 -03:00
parent 4286976099
commit 8612eb2721
15 changed files with 217 additions and 125 deletions

View File

@@ -3321,7 +3321,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
[this]( EE::Window::Window* win ) -> bool { return onCloseRequestCallback( win ); } );
mWindow->setQuitCallback( [this]( EE::Window::Window* win ) {
if ( mWindow->isOpen() )
if ( win->isOpen() )
closeApp();
} );