Hi devs!

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!

--
Chirkin Aleksey

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to