mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
attempt to respond to http://bugzilla.audacityteam.org/show_bug.cgi?id=562#c2
This commit is contained in:
parent
ecaae1646c
commit
80dac39c58
@ -165,6 +165,8 @@ void TimerRecordDialog::OnDatePicker_End(wxDateEvent& event)
|
||||
// need to implement it for the TimeTextCtrls.
|
||||
if (m_DateTime_End < m_DateTime_Start) {
|
||||
m_DateTime_End = m_DateTime_Start;
|
||||
m_pDatePickerCtrl_End->SetValue(m_DateTime_End);
|
||||
m_pDatePickerCtrl_End->Refresh();
|
||||
m_pTimeTextCtrl_End->SetTimeValue(wxDateTime_to_AudacityTime(m_DateTime_End));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user