Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/migrate_sel…
Browse files Browse the repository at this point in the history
…ectionmodel_to_modulemodel
  • Loading branch information
Skaleee committed Mar 24, 2024
2 parents 65a1928 + 95b424a commit 0141426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gui/src/graph_widget/layouters/graph_layouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ namespace hal
{
iy0 = ityLast.key();
int iy1 = itNext.key();
Q_ASSERT(iy1 == iy0 + 1);
// Q_ASSERT(iy1 == iy0 + 1);
if (iy0 % 2 != 0)
{
// netjunction -> endpoint
Expand Down

0 comments on commit 0141426

Please sign in to comment.