--- a/src/mainwindow.cpp Fri Jan 01 23:41:55 2016 +0200 +++ b/src/mainwindow.cpp Sat Feb 13 04:06:49 2016 +0200 @@ -119,8 +119,7 @@ setMinimumSize (300, 200); connect (qApp, SIGNAL (aboutToQuit()), this, SLOT (doLastSecondCleanup())); connect (ui.ringToolHiRes, SIGNAL (clicked (bool)), this, SLOT (ringToolHiResClicked (bool))); - connect (ui.ringToolSegments, SIGNAL (valueChanged (int)), - this, SLOT (circleToolSegmentsChanged())); + connect (ui.ringToolSegments, SIGNAL (valueChanged (int)), this, SLOT (circleToolSegmentsChanged())); circleToolSegmentsChanged(); // invoke it manually for initial label text // Examine the toolsets and make a dictionary of tools