]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewedInset.C
If the graphics loader has a copy c-tor it should have copy assignment that does...
[lyx.git] / src / graphics / PreviewedInset.C
index 2ee87747388fc984d1d7abe554b590f06738bc54..468d1f65ce0249efbde5901931c2873a2f8cbea8 100644 (file)
@@ -122,7 +122,7 @@ void PreviewedInset::imageReady(grfx::PreviewImage const & pimage) const
        pimage_ = &pimage;
 
        if (view())
-               view()->updateInset(&inset_, false);
+               view()->updateInset(&inset_);
 }
 
 } // namespace grfx