Skip to content

Commit

Permalink
Resolve "Do not mark child checkboxes based on parent one"
Browse files Browse the repository at this point in the history
Closes #1980

See merge request main/Sumatra!1865

sumatra-commit: ea648f027b42cb648fa28d100c713d8f3e54133e
  • Loading branch information
Mk-arc authored and TIGERs GitLab committed Jul 5, 2024
1 parent 3f4930a commit f5adac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public VisualizerPresenter()
);

viewPanel.getShapeSelectionPanel().getTree().setModel(shapeSelectionModel);
viewPanel.getShapeSelectionPanel().getTree().setExpandsSelectedPaths(true);
viewPanel.getShapeSelectionPanel().getTree().setDigIn(false);
viewPanel.getShapeSelectionPanel().getTree().getCheckBoxTreeSelectionModel()
.addTreeSelectionListener(this::onSelectionChanged);

Expand Down

0 comments on commit f5adac3

Please sign in to comment.