From 68f986defdbc3e3993f91779fbb6d0434c8ba09c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 6 Oct 2022 11:25:25 -0400 Subject: [PATCH] Redraw the spec2d grid after resetting the spec2dComboBox in Wide Graph. --- widgets/plotter.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index ba53eab96..600393579 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -352,6 +352,7 @@ void CPlotter::drawRed(int ia, int ib, float swide[]) void CPlotter::replot() { + resizeEvent(NULL); float swide[m_w]; m_bReplot=true; for(int irow=0; irowglobalPos(),t); } QWidget::mouseMoveEvent(event);