mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
cocoa: experimentally, redraw entire window after deminimization
This commit is contained in:
parent
24343ba7f9
commit
ea4616913c
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@
|
|||
_gdk_quartz_window_attach_to_parent (window);
|
||||
|
||||
gdk_synthesize_window_state (window, GDK_WINDOW_STATE_ICONIFIED, 0);
|
||||
|
||||
[[self contentView] setNeedsDisplay:TRUE];
|
||||
}
|
||||
|
||||
-(void)windowDidBecomeKey:(NSNotification *)aNotification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue