graphic fix
This commit is contained in:
@@ -2064,6 +2064,15 @@ void Graphic::setCaption(const QString & str) {
|
||||
}
|
||||
|
||||
|
||||
void Graphic::setGraphicVisible(bool visible, int index) {
|
||||
graphics[index].visible = visible;
|
||||
updateLegendChecks();
|
||||
if (isFit) on_graphic_buttonAutofit_clicked();
|
||||
else if (aupdate)
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
void Graphic::setGridEnabled(bool enabled) {
|
||||
ui->graphic_checkGrid->setChecked(enabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user