src/mainWindow.cc

changeset 773
6eb3c88982ac
parent 768
29e6c5552388
child 774
8bce7acd100c
--- a/src/mainWindow.cc	Sat May 17 02:00:02 2014 +0300
+++ b/src/mainWindow.cc	Sat May 17 15:38:20 2014 +0300
@@ -984,6 +984,7 @@
 	ui->actionRedo->setEnabled (pos < (long) his->getSize() - 1);
 	ui->actionAxes->setChecked (cfg::drawAxes);
 	ui->actionBFCView->setChecked (cfg::bfcRedGreenView);
+	ui->actionRandomColors->setChecked (cfg::randomColors);
 	ui->actionDrawAngles->setChecked (cfg::drawAngles);
 }
 

mercurial