Skip to content

Commit a0e6161

Browse files
committed
github:18138 - [WinUI] Object library - fix compiler warning
1 parent d01f974 commit a0e6161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Sources/Classes/_datePicker.4dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Function redraw()
221221
OBJECT SET ENABLED:C1123(*; $ObjectName; This:C1470.inRange($date))
222222

223223
// Is it a weekly day off?
224-
var $style:=This:C1470.dayOff0[$dayWeek] ? Bold:K14:2+Italic:K14:3 : Plain:K14:1
224+
var $style : Integer:=This:C1470.dayOff0[$dayWeek] ? Bold:K14:2+Italic:K14:3 : Plain:K14:1
225225
OBJECT SET FONT STYLE:C166(*; $ObjectName; $style)
226226

227227
// Is this the currently selected day?

0 commit comments

Comments
 (0)