]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QCommandBuffer.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QCommandBuffer.C
index d2eab207c94e9ba3dd4035b2fedf45dc3fe2a43f..7081e0820e1e3b9766aefa9539bd700a3219cdeb 100644 (file)
@@ -58,7 +58,8 @@ protected:
                    || e->x() > width() || e->y() > height()) {
                        hide();
                } else {
-                       emit itemPressed(currentItem());
+                        // emit signal
+                       itemPressed(currentItem());
                }
        }