]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.C
Update NEWS, fix a few buglets
[lyx.git] / src / minibuffer.C
index 6ed6450a8fabfd93de40d41a514abec546ecc634..c6da1b797e773cf685658baff0180900d7ddbb0c 100644 (file)
@@ -129,6 +129,7 @@ int MiniBuffer::peek_event(FL_OBJECT * ob, int event, FL_Coord, FL_Coord,
        } else if (event == FL_PUSH) {
                // This actually clears the buffer.
                mini->PrepareForCommand();
+               return 1;
        }
 
        return 0;