Skip to content

Commit

Permalink
Fixed final regression test.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed May 7, 2024
1 parent 761d441 commit e807a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ticket-1461.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ SUITE(Ticket1461)
var.tooltip("hello");
var.setUnits("m");
canvas.selection.insertItem(canvas.itemFocus);
canvas.itemFocus.reset();
copy();
paste();
auto& varCopy=*canvas.itemFocus->variableCast();
Expand Down

0 comments on commit e807a61

Please sign in to comment.