Mercurial > hg > svgui
comparison view/View.cpp @ 1482:c1cae369979d by-id
Comment
author | Chris Cannam |
---|---|
date | Fri, 12 Jul 2019 16:29:59 +0100 |
parents | e540aa5d89cd |
children | 3943d0720167 |
comparison
equal
deleted
inserted
replaced
1481:e540aa5d89cd | 1482:c1cae369979d |
---|---|
1746 return; | 1746 return; |
1747 } | 1747 } |
1748 | 1748 |
1749 QSettings settings; | 1749 QSettings settings; |
1750 settings.beginGroup("View"); | 1750 settings.beginGroup("View"); |
1751 //!!! perhaps alignments in general should not be cancellable? | |
1751 bool showCancelButton = settings.value("showcancelbuttons", true).toBool(); | 1752 bool showCancelButton = settings.value("showcancelbuttons", true).toBool(); |
1752 settings.endGroup(); | 1753 settings.endGroup(); |
1753 | 1754 |
1754 int ph = height(); | 1755 int ph = height(); |
1755 bool found = false; | 1756 bool found = false; |