]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
Make InsetInfo math/IPA icons visible in dark mode
[lyx.git] / src / insets / RenderGraphic.h
index 8b17bd882474ebaca86d5dfccd7900a9e3ad7f96..fc631a0c7aed2c73605e5fac8816101119c748a6 100644 (file)
@@ -31,7 +31,7 @@ public:
        /// compute the size of the object returned in dim
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        /// draw inset
-       void draw(PainterInfo & pi, int x, int y) const override;
+       void draw(PainterInfo & pi, int x, int y, bool const darkmode = false) const override;
 
        /// Refresh the info about which file to display and how to display it.
        void update(graphics::Params const & params);