From 8d1edb13d3ab9d2e5a4051b82bd8dcfa8744c79a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 28 Oct 2015 14:02:57 +0100 Subject: [PATCH] Revert "potential fix for some AU plugin UIs not displaying" This reverts commit e8fe35d96ed13f3df0e2f03e2f347e908064a31d. --- gtk2_ardour/au_pluginui.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/au_pluginui.mm b/gtk2_ardour/au_pluginui.mm index 54d3ab2ffe..a964017499 100644 --- a/gtk2_ardour/au_pluginui.mm +++ b/gtk2_ardour/au_pluginui.mm @@ -813,11 +813,12 @@ AUPluginUI::lower_box_size_allocate (Gtk::Allocation& allocation) gboolean AUPluginUI::lower_box_expose (GdkEventExpose* event) { +#if 0 // AU view magically redraws by itself [au_view drawRect:NSMakeRect(event->area.x, event->area.y, event->area.width, event->area.height)]; - +#endif /* hack to keep ardour responsive * some UIs (e.g Addictive Drums) completely hog the CPU */