src/gui.cpp

changeset 275
7b5afec27688
parent 274
d232fe4d88a6
child 276
a21e49914264
--- a/src/gui.cpp	Thu Jun 13 00:48:53 2013 +0300
+++ b/src/gui.cpp	Thu Jun 13 01:13:06 2013 +0300
@@ -769,6 +769,7 @@
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 // =============================================================================
 void ForgeWindow::slot_quickColor () {
+	g_curfile->openHistory ();
 	QToolButton* button = static_cast<QToolButton*> (sender ());
 	color* col = null;
 	
@@ -792,6 +793,7 @@
 	}
 	
 	fullRefresh ();
+	g_curfile->closeHistory ();
 }
 
 // =============================================================================

mercurial