summaryrefslogtreecommitdiff
path: root/src/core/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/frame.c')
-rw-r--r--src/core/frame.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/frame.c b/src/core/frame.c
index 3713ef5a9..32edc51cd 100644
--- a/src/core/frame.c
+++ b/src/core/frame.c
@@ -246,6 +246,12 @@ meta_frame_get_flags (MetaFrame *frame)
flags = 0;
+ /* Disallow frame operations
+ * while the popup menu is open.
+ */
+ if (frame->window->menu)
+ return flags;
+
if (frame->window->border_only)
{
; /* FIXME this may disable the _function_ as well as decor