resize fix again:)

This commit is contained in:
honfika@gmail.com
2015-05-06 13:16:02 +02:00
parent 9ecc944002
commit 08f19ad9df

View File

@@ -81,6 +81,7 @@ public class JPersistentSplitPane extends JSplitPane {
addPropertyChangeListener(JSplitPane.DIVIDER_LOCATION_PROPERTY, (PropertyChangeEvent pce) -> {
if (resize) {
resize = false;
return;
}