src/mainwindow.cpp

changeset 1015
92c6ec099075
parent 1014
f0a8ecb6a357
child 1016
3b279b5e57d3
--- 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

mercurial