git-svn-id: svn://db.shs.com.ru/libs@715 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -638,6 +638,12 @@ void Graphic::setHistorySize(double val) {
|
||||
}
|
||||
|
||||
|
||||
void Graphic::setMaxVisibleTime(double val) {
|
||||
visible_time = val;
|
||||
if (isFit) on_buttonAutofit_clicked();
|
||||
}
|
||||
|
||||
|
||||
void Graphic::setOnlyExpandY(bool yes) {
|
||||
only_expand_y = yes;
|
||||
ui->checkExpandY->blockSignals(true);
|
||||
|
||||
Reference in New Issue
Block a user