Skip to content

Commit 3759cc5

Browse files
Merge pull request #9066 from neilcsmith-net/gh9060
Fix high CPU load in grid customizer (GH9060)
2 parents 7d7925b + ef900c6 commit 3759cc5

File tree

1 file changed

+0
-2
lines changed
  • java/form/src/org/netbeans/modules/form/layoutsupport/griddesigner

1 file changed

+0
-2
lines changed

java/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/GlassPane.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,8 +1501,6 @@ public void actionPerformed(ActionEvent e) {
15011501
if(!noChange(change)) {
15021502
animChange = change;
15031503
animLayer.animate();
1504-
} else {
1505-
animation = false;
15061504
}
15071505
}
15081506

0 commit comments

Comments
 (0)