Actions
Bug #10578
closedWCalendar is not updated when changing a WDateEdit's validator
Start date:
06/30/2022
Due date:
% Done:
100%
Estimated time:
Description
When the validator of a WDateEdit
is changed (e.g. changing the bottom()
or top()
of the dateValidator()
, or using setValidator()
to replace the validator) the accompanying WCalendar
's bottom()
or top()
is not updated with it.
We should probably make WFormWidget::validatorChanged()
virtual so that derived classes can adjust accordingly.
Updated by Roel Standaert over 2 years ago
- Status changed from New to InProgress
Updated by Roel Standaert over 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert over 2 years ago
- Target version changed from 4.8.0 to 4.9.0
Updated by Roel Standaert over 2 years ago
- Status changed from Review to Resolved
- Assignee set to Roel Standaert
- Target version changed from 4.9.0 to 4.8.0
Updated by Roel Standaert over 2 years ago
- Target version changed from 4.8.0 to 4.7.3
Updated by Roel Standaert over 2 years ago
- Status changed from Resolved to Closed
Actions