diff --git a/src/app/app.cpp b/src/app/app.cpp index 4df0d7c6b..3deda9e12 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -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(