You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WT-9721: properly re-added pdfImageWrite.cpp
Previously, we restored the src.xml, but didn't actually restore
the cpp file, so subsequent makexml calls would throw it away again.
WT-10578: WDateEdit: fix updating of calendar when validator is changed
- Made the validatorChanged() function virtual in WFormWidget so it can
be overridden in WDateEdit, to update its WCalendar
- Added regression tests in WDateEditTest
- Added internal documentation for validatorChanged() and
WValidator::repaint(). Doxygen will only look at this documentation
if INTERNAL_DOCS is set to YES in Doxyfile