]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.h
Do not start loading a preview each time one is added. This caused LyX to generate...
[features.git] / src / mathed / InsetMathHull.h
index 197fd303fbc94f3f94a4dfbe5e44bbebe0010f45..7b2b48ba793189331f9e0f28aa9782ebd47377eb 100644 (file)
@@ -134,8 +134,9 @@ public:
        ///
        void addPreview(DocIterator const & inset_pos,
                graphics::PreviewLoader &) const;
-       /// Recreate the preview if preview is enabled.
-       void reloadPreview(DocIterator const & pos) const;
+       /// Prepare the preview if preview is enabled. A subsequent
+       /// call to reloadPreview will recreate the preview.
+       void preparePreview(DocIterator const & pos) const;
        ///
        void initUnicodeMath() const;