Fix wxQt compilation after first week day changes
Fix typo in its version of wxCalendarCtrl. See https://github.com/wxWidgets/wxWidgets/pull/522
This commit is contained in:
@@ -107,7 +107,7 @@ void wxCalendarCtrl::UpdateStyle()
|
||||
if ( !m_qtCalendar )
|
||||
return;
|
||||
|
||||
if ( WeekStartsOnMOnday() )
|
||||
if ( WeekStartsOnMonday() )
|
||||
m_qtCalendar->setFirstDayOfWeek(Qt::Monday);
|
||||
else
|
||||
m_qtCalendar->setFirstDayOfWeek(Qt::Sunday);
|
||||
|
Reference in New Issue
Block a user