From 7b9d1a665c2b4485223bbbfca0720c0c86acacd5 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Fri, 14 Sep 2018 19:41:55 +0200 Subject: improbe UX of Fillet/Chamfer LPE --- src/file.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/file.cpp') diff --git a/src/file.cpp b/src/file.cpp index dd609de50..464454a65 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -217,8 +217,6 @@ bool sp_file_open(const Glib::ustring &uri, if (desktop) { desktop->setWaitingCursor(); } - Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - prefs->setString("/options/openmethod/value", "open"); SPDocument *doc = nullptr; bool cancelled = false; try { @@ -231,7 +229,6 @@ bool sp_file_open(const Glib::ustring &uri, doc = nullptr; cancelled = true; } - prefs->setString("/options/openmethod/value", "done"); if (desktop) { desktop->clearWaitingCursor(); } -- cgit v1.2.3