--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