summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-10-27 08:51:47 +0000
committerTavmjong Bah <tavmjong@free.fr>2017-10-27 08:51:47 +0000
commita00c71b8589567f01ae95ee7a1c8263f97126be9 (patch)
tree14f60844dbbbabefa9cd8d3ffd71787d7bee13d2 /src/ui
parentTry to ensure that panels are created with the correct desktop. (diff)
downloadinkscape-a00c71b8589567f01ae95ee7a1c8263f97126be9.tar.gz
inkscape-a00c71b8589567f01ae95ee7a1c8263f97126be9.zip
Enable reopening of Prototype dialog on startup.
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/prototype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/prototype.cpp b/src/ui/dialog/prototype.cpp
index b3bf60aab..b7c9f7abf 100644
--- a/src/ui/dialog/prototype.cpp
+++ b/src/ui/dialog/prototype.cpp
@@ -22,6 +22,8 @@ namespace Inkscape {
namespace UI {
namespace Dialog {
+// Note that in order for a dialog to be restored, it must be listed in SPDesktop::show_dialogs().
+
Prototype::Prototype() :
// UI::Widget::Panel("Prototype Label", "/dialogs/prototype", SP_VERB_DIALOG_PROTOTYPE,
// "Prototype Apply Label", true),