Skip to content

Commit

Permalink
fixes #3566
Browse files Browse the repository at this point in the history
  • Loading branch information
failiz authored and KjellMorgenstern committed Feb 17, 2021
1 parent b8c2430 commit aec6b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mainwindow/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2432,6 +2432,7 @@ const QString &MainWindow::selectedModuleID() {
}

void MainWindow::redrawSketch() {
if (m_currentGraphicsView == NULL) return;
QList<ConnectorItem *> visited;
foreach (QGraphicsItem * item, m_currentGraphicsView->scene()->items()) {
item->update();
Expand Down

0 comments on commit aec6b9c

Please sign in to comment.