feat: use arrow key to transform image instead of zoom
This commit is contained in:
@@ -36,6 +36,9 @@ public class ZoomSlider extends JPanel {
|
||||
setValue(slider.getValue());
|
||||
});
|
||||
|
||||
slider.getInputMap(JComponent.WHEN_FOCUSED).put(KeyStroke.getKeyStroke("LEFT"), "none");
|
||||
slider.getInputMap(JComponent.WHEN_FOCUSED).put(KeyStroke.getKeyStroke("RIGHT"), "none");
|
||||
|
||||
add(slider);
|
||||
|
||||
textBox = new JTextField(String.valueOf(defaultValue), 5);
|
||||
|
Reference in New Issue
Block a user