Change the default of 'Save thumbnail on doc save'
This commit is contained in:
@@ -1350,7 +1350,7 @@ void Document::Save (Base::Writer &writer) const
|
||||
writer.addFile("GuiDocument.xml", this);
|
||||
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Document");
|
||||
if (hGrp->GetBool("SaveThumbnail", false)) {
|
||||
if (hGrp->GetBool("SaveThumbnail", true)) {
|
||||
int size = hGrp->GetInt("ThumbnailSize", 128);
|
||||
size = Base::clamp<int>(size, 64, 512);
|
||||
std::list<MDIView*> mdi = getMDIViews();
|
||||
|
||||
Reference in New Issue
Block a user