]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToolbar.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiToolbar.h
index caa50156e72ea18848fcd6ccdb7da53b5d90fd50..ec0b4cec2872a030bf19567d3fabd432f581a316 100644 (file)
@@ -151,6 +151,11 @@ Q_SIGNALS:
 private:
        // load flags with saved values
        void initFlags();
+       ///
+       void fill();
+       ///
+       void showEvent(QShowEvent *);
+
        ///
        QString name_;
        ///
@@ -165,6 +170,10 @@ private:
        GuiLayoutBox * layout_;
        ///
        GuiCommandBuffer * command_buffer_;
+       ///
+       ToolbarInfo const & tbinfo_;
+       ///
+       bool filled_;
 };
 
 } // namespace frontend