mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Revert "potential fix for some AU plugin UIs not displaying"
This reverts commit e8fe35d96e.
This commit is contained in:
parent
5dd5bf0f70
commit
8d1edb13d3
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue