Fixed #2337, #2339 Replace shape update bounds - allow selecting multiple shapes

This commit is contained in:
Jindra Petřík
2024-10-10 20:08:03 +02:00
parent baf408e776
commit d1fe8b2b5c
4 changed files with 21 additions and 57 deletions

View File

@@ -1426,7 +1426,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
replaceShapeUpdateBoundsButton.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
mainPanel.replaceNoFillButtonActionPerformed(mainPanel.getCurrentTree().getCurrentTreeItem());
mainPanel.replaceNoFill(mainPanel.getCurrentTree().getCurrentTreeItem());
}
});
replaceShapeUpdateBoundsButton.setVisible(false);