Skip to content

Commit e963bbd

Browse files
committed
Editor mode now starts at input zoom x4 by default
1 parent 558d78a commit e963bbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cccp-bender-main.bmx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@ Type TAppOutput
415415
DrawImage(logoImage,0,480-ImageHeight(logoImage))
416416
DrawImageRect(sourceImage,0,0,ImageWidth(sourceImage)*INPUTZOOM,ImageHeight(sourceImage)*INPUTZOOM)
417417
FCreateLimbTiles()
418+
'Have to do all this to start editor window with source image zoomed in otherwise markers and tiles don't scale properly.
419+
INPUTZOOM = 4
420+
SetGadgetText(TAppGUI.editSettingsZoomTextbox,TAppOutput.INPUTZOOM)
421+
TILESIZE = 24 * TAppOutput.INPUTZOOM
422+
redoLimbTiles = True
418423
FLimbBend()
419424
FOutputUpdate()
420425
EndFunction

0 commit comments

Comments
 (0)