The calendar used with the DateGadget has the same issue.
SCREENSHOT: https://imgur.com/a/159UY3H
VERSION: PureBasic 6.21 (Windows - x64) (Windows 10)
Example code:-
Code: Select all
If OpenWindow( 0, 0, 0, 245, 180, "CalendarGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered )
CalendarGadget( 0, 10, 10, 225, 160, Date(), #PB_Calendar_Borderless )
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf