Skip to content

Commit b9ce433

Browse files
Merge pull request livecode#6038 from bwmilby/bwm-bugfix-20516
[[Bug 20516]] segmented control - orientation change issue
2 parents aa2ab66 + d8e9426 commit b9ce433

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [20516] Switching orientation did not properly redraw widget.

extensions/widgets/segmented/segmented.lcb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,7 @@ end handler
12931293

12941294
public handler SetHorizontal(in pHorizontal as Boolean) returns nothing
12951295
put pHorizontal into mIsHorizontal
1296+
put true into mGeometryIsChanged
12961297
redraw all
12971298
end handler
12981299

0 commit comments

Comments
 (0)