Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3ea09ff

Browse files
Merge pull request #2139 from livecode/bugfix-22830
[[ Bug 22830 ]] Remove size limitation when importing images
2 parents 604bcfd + 9015a4d commit 3ea09ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Toolset/libraries/revbackscriptlibrary.livecodescript

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,6 @@ on newScrollbar
687687
end newScrollbar
688688

689689
on newImage
690-
if the width of the target < 9 and the height of the target < 9 then
691-
set the width of the target to the cREVImageWidth of stack "revPreferences"
692-
set the height of the target to the cREVImageHeight of stack "revPreferences"
693-
end if
694690
set the cREVGeneral["revUniqueID"] of the target to the milliseconds
695691
// PM-2015-09-17: [[ Bug 13826 ]] Allow a new image to appear offscreen
696692
revUpdateAOControls

0 commit comments

Comments
 (0)