CheckboxMenuItems instead Checkboxes in Snap options button.

Moved Snap options button.
This commit is contained in:
Jindra Petřík
2025-05-08 19:47:46 +02:00
parent 78cbce64c3
commit 86d21a1308
3 changed files with 13 additions and 19 deletions
@@ -24,7 +24,6 @@ import com.jpexs.decompiler.flash.gui.GuidesDialog;
import com.jpexs.decompiler.flash.gui.Main;
import com.jpexs.decompiler.flash.gui.PopupButton;
import com.jpexs.decompiler.flash.gui.View;
import com.jpexs.decompiler.flash.gui.abc.SnapOptionsButton;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.math.BigDecimal;
@@ -33,7 +32,6 @@ import java.util.Objects;
import javax.swing.JButton;
import javax.swing.JCheckBoxMenuItem;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;