From b6aaaaf9bc54d478f3435845912007022c4d6380 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Apr 2007 02:05:51 +0000 Subject: Fixed toolbar initial state. git-svn-id: http://svn.drobilla.net/lad/machina@449 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/MachinaGUI.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui') diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index fbe2dea..b55c445 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.cpp @@ -127,6 +127,7 @@ MachinaGUI::MachinaGUI(SharedPtr engine) _bpm_radiobutton->set_active(true); _quantize_checkbutton->set_active(false); + update_toolbar(); // Idle callback to drive the maid (collect garbage) Glib::signal_timeout().connect( -- cgit v1.2.1