From 1c2de76991fea2859cbca00e472a66704d2ef292 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 27 Oct 2013 20:55:06 -0400 Subject: give those who insist on seeing the mixer window and/or editor mixer on stupidly small screens the chance to do so --- gtk2_ardour/editor_mixer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_mixer.cc') diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc index f63e396ba7..37654913eb 100644 --- a/gtk2_ardour/editor_mixer.cc +++ b/gtk2_ardour/editor_mixer.cc @@ -86,7 +86,7 @@ Editor::show_editor_mixer (bool yn) screen = Gdk::Screen::get_default(); } - if (screen && screen->get_height() < 700) { + if (g_getenv ("ARDOUR_LOVES_STUPID_TINY_SCREENS") == 0 && screen && screen->get_height() < 700) { Gtk::MessageDialog msg (_("This screen is not tall enough to display the editor mixer")); msg.run (); return; -- cgit v1.2.3