]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.h
Do not compute caret geometry when we are not ready to do so.
[lyx.git] / src / frontends / qt4 / GuiGraphics.h
index 67a4cbeac299d05cf32cbf354e92b2e1085b91ae..6446949daf39d54ab08f8ee7f57ddc67e55c43c5 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "insets/InsetGraphicsParams.h"
 
-#include "support/docstring.h"
-
 #include <vector>
 
 class QString;
@@ -48,6 +46,8 @@ private Q_SLOTS:
        void on_scaleCB_toggled(bool);
        void on_WidthCB_toggled(bool);
        void on_HeightCB_toggled(bool);
+       void updateAspectRatioStatus();
+       void on_aspectratio_toggled(bool);
        void on_angle_textChanged(const QString &);
 
 private: