return YES from cocoa app delegate's applicationShouldHandleReopen: method. this allows app-icon-minimized windows on snow leopard to automatically restore when the dock icon is clicked
parent
367f024a1b
commit
eb4081c696
|
@ -30,7 +30,7 @@ CLASS: {
|
|||
}
|
||||
|
||||
{ "applicationShouldHandleReopen:hasVisibleWindows:" "int" { "id" "SEL" "id" "int" }
|
||||
[ [ 3drop ] dip 0 = [ show-listener ] when 0 ]
|
||||
[ [ 3drop ] dip 0 = [ show-listener ] when 1 ]
|
||||
}
|
||||
|
||||
{ "factorListener:" "id" { "id" "SEL" "id" }
|
||||
|
|
Loading…
Reference in New Issue