2022-05-11 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'Edit Audio' dialog that caused the positions
	of the FadeUp and FadeDown markers to be transposed when loading
	from and saving to the database.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-05-11 12:52:50 -04:00
parent e53242c53a
commit e2fbdf4d33
3 changed files with 8 additions and 4 deletions

View File

@@ -382,8 +382,8 @@ RDMarkerView::RDMarkerView(int width,int height,QWidget *parent)
d_pointer_fields.push_back("`SEGUE_END_POINT`");
d_pointer_fields.push_back("`HOOK_START_POINT`");
d_pointer_fields.push_back("`HOOK_END_POINT`");
d_pointer_fields.push_back("`FADEUP_POINT`");
d_pointer_fields.push_back("`FADEDOWN_POINT`");
d_pointer_fields.push_back("`FADEUP_POINT`");
//
// The Main Mouse Menu