the attached makes it usable again...
Index: src/frontends/qt4/GuiGraphics.cpp =================================================================== --- src/frontends/qt4/GuiGraphics.cpp (revision 20164) +++ src/frontends/qt4/GuiGraphics.cpp (working copy) @@ -217,12 +217,6 @@ } -void GuiGraphicsDialog::showView() -{ - QDialog::show(); -} - - void GuiGraphicsDialog::change_adaptor() { changed(); Index: src/frontends/qt4/GuiGraphics.h =================================================================== --- src/frontends/qt4/GuiGraphics.h (revision 20164) +++ src/frontends/qt4/GuiGraphics.h (working copy) @@ -30,7 +30,6 @@ public: GuiGraphicsDialog(LyXView & lv); void setAutoText(); - void showView(); private Q_SLOTS: void change_adaptor(); void change_bb();