Skip to content

Commit 85a4456

Browse files
committed
bugfix: don't overwrite setting with default
1 parent 6e7601f commit 85a4456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/OOoLilyPond/Config.xba

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ Sub DefaultConfig()
435435
bWriterInsertViaClipboard = False
436436
bWriterKeepCrop = False
437437
bNewObjectsAsSeparateImages = False
438-
bAskForEachObjectDefault = true ' checkbox in Batch dialog
439-
bCreateBackupDefault = false ' checkbox in Batch dialog
438+
bAskForEachObjectDefault = true ' checkbox in Batch dialog
439+
bCreateBackupDefault = false ' checkbox in Batch dialog
440+
bBatchKeepCropDefault = bWriterKeepCrop ' checkbox in Batch dialog
440441

441442

442443
' Impress specific settings
@@ -669,7 +670,6 @@ Sub SetDocTypeSpecificDefaults()
669670
bUseLineWidthFromTemplate=bWriterUseLineWidthFromTemplate
670671
bUseStaffSizeFromTemplate=bWriterUseStaffSizeFromTemplate
671672
bKeepCrop=bWriterKeepCrop
672-
bBatchKeepCropDefault=bWriterKeepCrop
673673

674674
Else ' We are in Impress or Draw
675675
sDefaultLineWidth=sImpressDefaultLineWidth

0 commit comments

Comments
 (0)