From: Robin Gareus Date: Tue, 19 Sep 2017 16:41:51 +0000 (+0200) Subject: A frame can also be a rectangle [NSView frame] X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=1c704b875dd8f42baf0c52affcd03cb42ef2e75c;p=ardour.git A frame can also be a rectangle [NSView frame] --- diff --git a/gtk2_ardour/au_pluginui.h b/gtk2_ardour/au_pluginui.h index cf61b99aca..eafe822078 100644 --- a/gtk2_ardour/au_pluginui.h +++ b/gtk2_ardour/au_pluginui.h @@ -132,7 +132,7 @@ private: NSWindow* cocoa_window; NSView* au_view; - NSRect last_au_sample; + NSRect last_au_frame; bool in_live_resize; uint32_t plugin_requested_resize;