mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	attempt to respond to http://bugzilla.audacityteam.org/show_bug.cgi?id=562#c2
This commit is contained in:
		@@ -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));
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user