Ideally, selecting any workspace window should bring all dialogs to the front.
git-svn-id: http://svn.voria.com/code@441
1f10aa63-cdf2-0310-b900-
c93c546f37ac
#include "dockdialog.h"
#include "dockbook.h"
#include "dockmanager.h"
+#include "toolbox.h"
#include "widget_compselect.h"
#include <synfig/general.h>
#include <synfig/uniqueid.h>
);
set_keep_above(false);
+ //! \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);
+
// Set up the window
//set_type_hint(Gdk::WINDOW_TYPE_HINT_UTILITY);
set_title("Dock Dialog");