From cd623f3671793e3502680113d20317d3146338e7 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 11 Jan 2010 23:26:39 +0000 Subject: - Testing found that r1653 fixed the warnings but for some reason disabled the "Stop" button; switch to orderFront: to re-enable without the warnings (thanks to Hans for assistance!) --- Source/TableDocument.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 3b8f67b6..273612de 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -232,6 +232,7 @@ [taskProgressWindow setOpaque:NO]; [taskProgressWindow setBackgroundColor:[NSColor clearColor]]; [taskProgressWindow setAlphaValue:0.0]; + [taskProgressWindow orderFront:self]; [tableWindow addChildWindow:taskProgressWindow ordered:NSWindowAbove]; [taskProgressWindow release]; [taskProgressWindow setContentView:taskProgressLayer]; -- cgit v1.2.3