summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/PictureController.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PictureController.mm b/macosx/PictureController.mm
index 19be913ba..5dae523b9 100644
--- a/macosx/PictureController.mm
+++ b/macosx/PictureController.mm
@@ -69,6 +69,7 @@
- (IBAction) showPreviewWindow: (id)sender
{
+ [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"PreviewWindowIsOpen"];
[fPreviewController showWindow:sender];
}