From 4eada9a4f0c6befd3071be73a3c04d08f887ce06 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 5 May 2016 21:49:54 +0200 Subject: [PATCH] + fixes #0002401: Freecad 0.16, sketcher doesn't allow save as --- src/Gui/CommandDoc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/CommandDoc.cpp b/src/Gui/CommandDoc.cpp index 5c6a91185..b49267cda 100644 --- a/src/Gui/CommandDoc.cpp +++ b/src/Gui/CommandDoc.cpp @@ -463,6 +463,7 @@ StdCmdSaveAs::StdCmdSaveAs() sPixmap = "document-save-as"; #endif sAccel = keySequenceToAccel(QKeySequence::SaveAs); + eType = 0; } void StdCmdSaveAs::activated(int iMsg)