13
0

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
This commit is contained in:
Carl Hetherington 2009-08-24 17:11:50 +00:00
parent d2b39735ca
commit 66451b1836

View File

@ -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