more fixes

git-svn-id: svn://localhost/trunk/ardour2@172 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-12-06 06:23:50 +00:00
parent 79650335d1
commit 32664137bd
10 changed files with 102 additions and 151 deletions

View file

@ -215,6 +215,7 @@ ARDOUR_UI::toggle_big_clock_window ()
if (big_clock_window->is_visible()) {
big_clock_window->hide ();
} else {
big_clock_window->show_all ();
big_clock_window->present ();
}
}