TSplitPane initial
[fanfix.git] / src / jexer / TApplication.java
index 9c9c5714c67cbad7eb7a093fe049644f88250b13..f86ca27a1c2fdc3d4935c65abb55ed30617672d6 100644 (file)
@@ -1296,6 +1296,8 @@ public class TApplication implements Runnable {
                 }
             } else if (event instanceof TKeypressEvent) {
                 dispatchToDesktop = false;
+            } else if (event instanceof TMenuEvent) {
+                dispatchToDesktop = false;
             }
 
             if (debugEvents) {