]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormGraphics.C
try this for distinguishing inner and outer tabs
[lyx.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();
 }