aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsmenu.m
diff options
context:
space:
mode:
authorJan Djärv2013-03-30 11:18:48 +0100
committerJan Djärv2013-03-30 11:18:48 +0100
commitf38ab1671fe07823f8b416cd196d8044462f5ff2 (patch)
treecd13a0280983c75c3459ca581d65af153df974d5 /src/nsmenu.m
parent6d01f1feafdbcf90b4a602ed6ae4a3f543f5b8b9 (diff)
downloademacs-f38ab1671fe07823f8b416cd196d8044462f5ff2.tar.gz
emacs-f38ab1671fe07823f8b416cd196d8044462f5ff2.zip
* nsmenu.m (showAtX:Y:for:): setLevel to
NSPopUpMenuWindowLevel (Bug#13998).
Diffstat (limited to 'src/nsmenu.m')
-rw-r--r--src/nsmenu.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m
index 02c5f9e6e5b..4e26a994b59 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1328,6 +1328,7 @@ update_frame_tool_bar (FRAME_PTR f)
1328 wr.size = [textField frame].size; 1328 wr.size = [textField frame].size;
1329 1329
1330 [win setFrame: wr display: YES]; 1330 [win setFrame: wr display: YES];
1331 [win setLevel: NSPopUpMenuWindowLevel];
1331 [win orderFront: self]; 1332 [win orderFront: self];
1332 [win display]; 1333 [win display];
1333 timer = [NSTimer scheduledTimerWithTimeInterval: (float)seconds target: self 1334 timer = [NSTimer scheduledTimerWithTimeInterval: (float)seconds target: self