Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ide
Submodule ide updated from acefd3 to 7d03a5
6 changes: 6 additions & 0 deletions ide-support/revsaveasstandalone.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,11 @@ private command revCopyResources pStack, pStackFileList
put "revCompatibilityBrushes1" & return after tCopyFiles
end if

-- PM-2015-06-24: [[ Bug 15535 ]] Make possible to use magnify palette in standalones
if sStandaloneSettingsA["Magnify"] then
put "Magnify" & return after tCopyFiles
end if

if sStandaloneSettingsA["revolutionPrintDialogs"] then
put "Print Dialog" & return after tCopyFiles
put "Page Setup Dialog" & return after tCopyFiles
Expand Down Expand Up @@ -2469,6 +2474,7 @@ private command revSmartChecking pStackFilesList, pSearchForInclusions
put false into sStandaloneSettingsA["answerDialog"]
put false into sStandaloneSettingsA["askDialog"]
put false into sStandaloneSettingsA["brushes"] --LG-2007-12-13: Bug 4370
put false into sStandaloneSettingsA["Magnify"] -- PM-2015-06-24: [[ Bug 15535 ]] Make possible to include magnify palette in standalones
put false into sStandaloneSettingsA["pdfPrinter"]

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