summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-24 17:11:50 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-24 17:11:50 +0000
commit66451b183698c68060db26fca8b38053ec69dbad (patch)
tree1ce65da1e2ff22e96c688d7138a04e4fd52fc2ef /gtk2_ardour/ardour_ui2.cc
parentd2b39735cad088fa8518c1a3e3df25f9b4ef6ac8 (diff)
Remove commented out call to reset_dpi hoping to find the true cause of the bug.
git-svn-id: svn://localhost/ardour2/branches/3.0@5577 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 92fadd198b..1b16c6a761 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -900,8 +900,7 @@ ARDOUR_UI::editor_realized ()
Config->map_parameters (mem_fun (*this, &ARDOUR_UI::parameter_changed));
set_size_request_to_display_given_text (speed_display_box, _("-0.55"), 2, 2);
- cerr << "I commented out line line 889 in ardour_ui2.cc, because it made ardour crash somewhere in Gnome::Canvas::Text" << endl;
- //reset_dpi();
+ reset_dpi ();
}
void