From 1c704b875dd8f42baf0c52affcd03cb42ef2e75c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 Sep 2017 18:41:51 +0200 Subject: A frame can also be a rectangle [NSView frame] --- gtk2_ardour/au_pluginui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3