mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 20:45:33 +00:00
code hint fixes
This commit is contained in:
@@ -597,7 +597,7 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene
|
||||
splitPane.addPropertyChangeListener(JSplitPane.DIVIDER_LOCATION_PROPERTY, new PropertyChangeListener() {
|
||||
@Override
|
||||
public void propertyChange(PropertyChangeEvent pce) {
|
||||
Configuration.guiActionSplitPaneDividerLocation.set((int) pce.getNewValue());
|
||||
Configuration.guiActionSplitPaneDividerLocation.set((Integer) pce.getNewValue());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user