mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +02:00
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdservice(8) that could cause dropboxes to be instantiated with invalid segue level values. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -279,7 +279,7 @@ bool MainObject::StartDropboxes(QString *err_msg)
|
||||
}
|
||||
if(q->value(22).toInt()<1) {
|
||||
args.push_back(QString().sprintf("--segue-level=%d",
|
||||
q->value(22).toInt()));
|
||||
q->value(22).toInt()/100));
|
||||
args.push_back(QString().sprintf("--segue-length=%u",
|
||||
q->value(23).toUInt()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user