summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-18 01:22:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-18 01:22:40 +0000
commit30c62b5f130dff784258ba33e59eecd6da7d60c2 (patch)
tree90a170c4e347bc1eaea9a5c67a082c04d838433a /gtk2_ardour/ardour_ui_ed.cc
parent5cb4efea80588c6e3be3b58f573d9a5d6f6a7e1b (diff)
a few tweaks for audio clocks (handle loss of focus, change editing colors at the right times) and prep for relative edits
git-svn-id: svn://localhost/ardour2/branches/3.0@10669 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index 328328040f..41a113b430 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -637,7 +637,6 @@ ARDOUR_UI::setup_clock ()
big_clock_window->set (new Window (WINDOW_TOPLEVEL), false);
- big_clock_window->get()->set_resizable (true);
big_clock_window->get()->set_keep_above (true);
big_clock_window->get()->set_border_width (0);
big_clock_window->get()->add (*big_clock);