mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-02 08:59:33 +02:00
Merge branch 'deltecent-markers'
This commit is contained in:
commit
fa46dc8244
@ -18508,3 +18508,5 @@
|
|||||||
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdadmin(1) that threw a SQL error when deleting
|
* Fixed a bug in rdadmin(1) that threw a SQL error when deleting
|
||||||
a host entry.
|
a host entry.
|
||||||
|
2019-02-21 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Fixed erase marker error in the 'Edit Audio' dialog.
|
||||||
|
@ -2686,7 +2686,7 @@ void RDEditAudio::EraseCursor(int xpos,int ypos,int xsize,int ysize,int chan,
|
|||||||
{
|
{
|
||||||
int x;
|
int x;
|
||||||
|
|
||||||
if((edit_hscroll==NULL)||(prev<0)||((prev==0)&&(samp<0))) {
|
if((edit_hscroll==NULL)||(prev<0)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
x=(int)((double)(samp-edit_hscroll->value())/edit_factor_x);
|
x=(int)((double)(samp-edit_hscroll->value())/edit_factor_x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user