mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
--Bug fixes
-Fix more bugs with keyboard shortcuts.
This commit is contained in:
@ -768,6 +768,7 @@ void Fractorium::OnActionAlternateEditorImage(bool checked)
|
||||
{
|
||||
if (DrawPreAffines() || DrawPostAffines())
|
||||
{
|
||||
SaveAffineState();
|
||||
ui.ActionDrawPreAffines->setChecked(false);
|
||||
ui.ActionDrawAllPreAffines->setChecked(false);
|
||||
ui.ActionDrawPostAffines->setChecked(false);
|
||||
|
Reference in New Issue
Block a user