summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 130c03b20..1498e38de 100644
--- a/src/core/frame.c
+++ b/src/core/frame.c
@@ -247,6 +247,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