Skip to content

Commit

Permalink
gui: Utilize setter for 'rubber_visible' in x_tabs_cancel_all()
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed May 22, 2024
1 parent 177c7fe commit a878e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libleptongui/src/x_tabs.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ x_tabs_cancel_all (GschemToplevel* w_current)
if (action_mode == COMPMODE && w_current->cswindow)
{
o_place_invalidate_rubber (w_current, FALSE);
w_current->rubber_visible = 0;
schematic_window_set_rubber_visible (w_current, 0);

x_compselect_deselect (w_current);

Expand Down

0 comments on commit a878e0b

Please sign in to comment.