diff --git a/src/app/ui/ani_controls.cpp b/src/app/ui/ani_controls.cpp index c70282db5..32de5e003 100644 --- a/src/app/ui/ani_controls.cpp +++ b/src/app/ui/ani_controls.cpp @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2001-2015 David Capello +// Copyright (C) 2001-2016 David Capello // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as @@ -82,6 +82,8 @@ AniControls::AniControls() addChild(tooltips); for (int i=0; iaddTooltipFor(getItem(i), getTooltipFor(i), BOTTOM); + + getItem(ACTION_PLAY)->enableFlags(CTRL_RIGHT_CLICK); } void AniControls::updateUsingEditor(Editor* editor) diff --git a/src/app/ui/preview_editor.cpp b/src/app/ui/preview_editor.cpp index 0bd3e54a4..f8b2d5cd3 100644 --- a/src/app/ui/preview_editor.cpp +++ b/src/app/ui/preview_editor.cpp @@ -94,6 +94,7 @@ public: SkinPartPtr(nullptr), SkinPartPtr(nullptr)) , m_isPlaying(false) { + enableFlags(CTRL_RIGHT_CLICK); setupIcons(); setup_bevels(this, 0, 0, 0, 0); setDecorative(true);