summaryrefslogtreecommitdiffstats
path: root/macosx/PictureController.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PictureController.mm')
-rw-r--r--macosx/PictureController.mm4
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/PictureController.mm b/macosx/PictureController.mm
index 8752c24f5..9cf401098 100644
--- a/macosx/PictureController.mm
+++ b/macosx/PictureController.mm
@@ -56,7 +56,7 @@
{
int32_t shieldLevel = CGShieldingWindowLevel();
- [fPictureWindow setLevel:shieldLevel];
+ [fPictureWindow setLevel:shieldLevel + 1];
// Show the window.
[fPictureWindow makeKeyAndOrderFront:self];
}
@@ -182,8 +182,6 @@
MaxOutputWidth = title->width - job->crop[2] - job->crop[3];
MaxOutputHeight = title->height - job->crop[0] - job->crop[1];
- //[fPreviewController SetTitle:fTitle];
-
[self SettingsChanged: nil];
}