]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormGraphics.C
Various fixes to InsetTabular and InsetText + Angus's cleanup patch.
[features.git] / src / frontends / xforms / FormGraphics.C
index 170125430fc56fb33ce202823485a8fc8cbb6e6c..48838a712d3464d73d653074cc409db423b4e1c2 100644 (file)
@@ -178,7 +178,7 @@ void FormGraphics::showDialog(InsetGraphics * inset)
 
        inset_ = inset;
 
-       ih_ = inset_->hide.connect(slot(this, &FormGraphics::hide));
+       ih_ = inset_->hideDialog.connect(slot(this, &FormGraphics::hide));
        show();
 }