13
0

show debug out when AU NSView doesnt get moved

This commit is contained in:
Paul Davis 2016-04-27 15:23:09 -04:00
parent 4a226385b6
commit f5f1976600

View File

@ -622,7 +622,11 @@ AUPluginUI::cocoa_view_resized ()
also go wrong. also go wrong.
*/ */
top_box.queue_draw (); top_box.queue_draw ();
} } else {
std::cerr << "No need to move origin, last au origin " << [NSStringFromPoint(last_au_frame.origin) UTF8String]
<< " == new au origin " << [NSStringFromPoint(new_frame.origin) UTF8String]
<< std::endl;
}
[au_view setAutoresizingMask:old_auto_resize]; [au_view setAutoresizingMask:old_auto_resize];