summaryrefslogtreecommitdiff
path: root/gtk2_ardour/window_proxy.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-18 14:16:44 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-18 14:16:44 +0000
commit6832155310c5de60ea6774f67dfc5787b592e75e (patch)
treeed7fac2b41ba7b341c764e567cc5634ec88f9232 /gtk2_ardour/window_proxy.cc
parent8d9c88f48fba1b73301880120ff123d0c1e9338a (diff)
Fix font sizing in the big clock.
git-svn-id: svn://localhost/ardour2/branches/3.0@7650 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/window_proxy.cc')
-rwxr-xr-xgtk2_ardour/window_proxy.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/window_proxy.cc b/gtk2_ardour/window_proxy.cc
index b6f7508ad2..c37fd0e043 100755
--- a/gtk2_ardour/window_proxy.cc
+++ b/gtk2_ardour/window_proxy.cc
@@ -82,7 +82,6 @@ WindowProxyBase::maybe_show ()
{
if (_visible) {
show ();
- setup ();
}
}