mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user