Skip to content

Commit

Permalink
correct panels (with Qt6 on Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Dec 19, 2024
1 parent a8e95a7 commit c0202fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/PolyFit/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,9 @@ void MainWindow::createRenderingPanel() {


void MainWindow::updateWeights() {
if (panelManual_->isEnabled()) {
panelClick_->updateUI();
if (panelManual_)
panelManual_->updateWeights();
panelClick_->updateUI();
}
}


Expand Down

0 comments on commit c0202fe

Please sign in to comment.