X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdockdialog.cpp;h=abe3fbe204d177da59b755b24d1e494fba4cee35;hb=b08d1e8f61500392efbe15e599245d3b68e55594;hp=ec9c6e8a59837383137b64b0fbc72d1db6289029;hpb=d33289c61a61d74e442e46cedb77b35ba1591afe;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dockdialog.cpp b/synfig-studio/trunk/src/gtkmm/dockdialog.cpp index ec9c6e8..abe3fbe 100644 --- a/synfig-studio/trunk/src/gtkmm/dockdialog.cpp +++ b/synfig-studio/trunk/src/gtkmm/dockdialog.cpp @@ -103,7 +103,9 @@ DockDialog::DockDialog(): //! \todo can we set dialog windows transient for all normal windows, not just the toolbox? //! paragraph 3 of http://standards.freedesktop.org/wm-spec/1.3/ar01s07.html suggests we can - set_transient_for(*App::toolbox); + // this seems to have bad effects on KDE, so leave it disabled by default + if(getenv("SYNFIG_TRANSIENT_DIALOGS")) + set_transient_for(*App::toolbox); // Set up the window //set_type_hint(Gdk::WINDOW_TYPE_HINT_UTILITY);