mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Ensure rig calibration parameter changes are used immediately
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6782 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									2df8a1fd1b
								
							
						
					
					
						commit
						bc6dfc1bd2
					
				@ -418,6 +418,8 @@ private:
 | 
			
		||||
  void delete_selected_macros (QModelIndexList);
 | 
			
		||||
  Q_SLOT void on_save_path_select_push_button_clicked (bool);
 | 
			
		||||
  Q_SLOT void on_azel_path_select_push_button_clicked (bool);
 | 
			
		||||
  Q_SLOT void on_calibration_intercept_spin_box_valueChanged (double);
 | 
			
		||||
  Q_SLOT void on_calibration_slope_ppm_spin_box_valueChanged (double);
 | 
			
		||||
  Q_SLOT void delete_frequencies ();
 | 
			
		||||
  Q_SLOT void on_reset_frequencies_push_button_clicked (bool);
 | 
			
		||||
  Q_SLOT void insert_frequency ();
 | 
			
		||||
@ -2181,6 +2183,16 @@ void Configuration::impl::on_azel_path_select_push_button_clicked (bool /* check
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Configuration::impl::on_calibration_intercept_spin_box_valueChanged (double)
 | 
			
		||||
{
 | 
			
		||||
  rig_active_ = false;          // force reset
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Configuration::impl::on_calibration_slope_ppm_spin_box_valueChanged (double)
 | 
			
		||||
{
 | 
			
		||||
  rig_active_ = false;          // force reset
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool Configuration::impl::have_rig ()
 | 
			
		||||
{
 | 
			
		||||
  if (!open_rig ())
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user