# HG changeset patch # User Chris Cannam # Date 1562945399 -3600 # Node ID c1cae369979da1c01ad0052c9cead3ccf7a9afc8 # Parent e540aa5d89cd42ba49ccfa27d0f7929119072273 Comment diff -r e540aa5d89cd -r c1cae369979d view/View.cpp --- 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();