--- 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 (); } // =============================================================================