mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 10:21:04 +00:00
Call os::System::activateApp() even on _DEBUG mode (because we are not in a bundle when we debug)
This commit is contained in:
parent
4264f199cd
commit
c409494639
@ -368,7 +368,7 @@ void App::run()
|
|||||||
os::instance()->activateApp();
|
os::instance()->activateApp();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLE_DEVMODE
|
#if defined(_DEBUG) || defined(ENABLE_DEVMODE)
|
||||||
// On OS X, when we compile Aseprite on devmode, we're using it
|
// On OS X, when we compile Aseprite on devmode, we're using it
|
||||||
// outside an app bundle, so we must active the app explicitly.
|
// outside an app bundle, so we must active the app explicitly.
|
||||||
os::instance()->activateApp();
|
os::instance()->activateApp();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user