changeset 1482:c1cae369979d by-id

Comment
author Chris Cannam
date Fri, 12 Jul 2019 16:29:59 +0100
parents e540aa5d89cd
children 3943d0720167
files view/View.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.cpp	Fri Jul 05 15:34:50 2019 +0100
+++ b/view/View.cpp	Fri Jul 12 16:29:59 2019 +0100
@@ -1748,6 +1748,7 @@
 
     QSettings settings;
     settings.beginGroup("View");
+    //!!! perhaps alignments in general should not be cancellable?
     bool showCancelButton = settings.value("showcancelbuttons", true).toBool();
     settings.endGroup();