gui: hide 'complete image' and just show 'missing packets' when there are missing packets in that image form the receiver (#1014)

This commit is contained in:
2024-10-28 09:39:40 +01:00
committed by GitHub
parent 5f805f8789
commit 06266f3905
4 changed files with 5 additions and 5 deletions

View File

@ -123,7 +123,7 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
QString zTitle2d{"Intensity"};
QString plotTitle{""};
QString indexTitle{""};
bool completeImage{false};
bool completeImage{true};
bool xyRangeChanged{false};
double xyRange[4]{0, 0, 0, 0};
bool isXYRange[4]{false, false, false, false};