Actions
Bug #1405
closedWDatePicker bug
Start date:
08/20/2012
Due date:
% Done:
0%
Estimated time:
Description
Chirkin Aleksey wrote on the mailing list:
I have notice, that my WDatePicker "changed" handler have
WDatePicker::date() = Null. I saw that the signal is emitted before
the WDatePicker will handle the event of calendar selectioncChanged
signal.
WDatePicker "changed" signal must be guaranteed emitted after calling
setFromLineEdit().
Function:
Signal<>& WDatePicker::changed()
{
return calendar_->selectionChanged();
}
Must return own signal, that should emitted after handle calendar
"selectionChanged" signal.
Good luck!
Updated by Koen Deforche about 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.3
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
Fixed in Wt 3.2.3 RC1.
Actions