git-svn-id: svn://db.shs.com.ru/libs@715 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-02-11 08:47:40 +00:00
parent fc3f59a43e
commit b11ee54855
2 changed files with 7 additions and 1 deletions

View File

@@ -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);