mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +00:00
Activate app explicitly on OS X on debug mode
This commit is contained in:
parent
9897256d26
commit
485649a2da
@ -669,6 +669,12 @@ void App::run()
|
||||
she::instance()->activateApp();
|
||||
#endif
|
||||
|
||||
#if _DEBUG
|
||||
// On OS X, when we compile Aseprite on Debug mode, we're using it
|
||||
// outside an app bundle, so we must active the app explicitly.
|
||||
she::instance()->activateApp();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_UPDATER
|
||||
// Launch the thread to check for updates.
|
||||
app::CheckUpdateThreadLauncher checkUpdate(
|
||||
|
Loading…
Reference in New Issue
Block a user