Skip to content

Commit 6401430

Browse files
Merge pull request livecode#2492 from runrevpanos/bugfix-15535
[Bug 15535] Make possible to use Magnify palette in standalones
2 parents 0ff349f + f5f28e3 commit 6401430

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ide

Submodule ide updated from acefd36 to 7d03a58

ide-support/revsaveasstandalone.livecodescript

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,11 @@ private command revCopyResources pStack, pStackFileList
915915
put "revCompatibilityBrushes1" & return after tCopyFiles
916916
end if
917917

918+
-- PM-2015-06-24: [[ Bug 15535 ]] Make possible to use magnify palette in standalones
919+
if sStandaloneSettingsA["Magnify"] then
920+
put "Magnify" & return after tCopyFiles
921+
end if
922+
918923
if sStandaloneSettingsA["revolutionPrintDialogs"] then
919924
put "Print Dialog" & return after tCopyFiles
920925
put "Page Setup Dialog" & return after tCopyFiles
@@ -2469,6 +2474,7 @@ private command revSmartChecking pStackFilesList, pSearchForInclusions
24692474
put false into sStandaloneSettingsA["answerDialog"]
24702475
put false into sStandaloneSettingsA["askDialog"]
24712476
put false into sStandaloneSettingsA["brushes"] --LG-2007-12-13: Bug 4370
2477+
put false into sStandaloneSettingsA["Magnify"] -- PM-2015-06-24: [[ Bug 15535 ]] Make possible to include magnify palette in standalones
24722478
put false into sStandaloneSettingsA["pdfPrinter"]
24732479

24742480
# OK-2007-11-13 : Support for revolution print dialogs

0 commit comments

Comments
 (0)