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

Commit e0f5b00

Browse files
Merge pull request #1889 from livecode/bugfix-20894
[Bug 20894] Start Center: Fix creating stack with button Tablet Landscape
2 parents 046b6d6 + e8f0ff1 commit e0f5b00

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Toolset/palettes/start center/revStartCenterBehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ function tilesArray pState
319319
put "lc-ipad-portrait-filled" into tArray[3]["hoverIcon"]
320320

321321
put "Tablet Landscape" into tArray[4]["label"]
322-
put "newTabletPortrait" into tArray[4]["tag"]
322+
put "newTabletLandscape" into tArray[4]["tag"]
323323
put "lc-ipad-landscape" into tArray[4]["icon"]
324324
put "lc-ipad-landscape-filled" into tArray[4]["hoverIcon"]
325325

notes/bugfix-20894.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [Start Center] Ensure creating new stack with tablet Landscape button works as expected

0 commit comments

Comments
 (0)