Browse Source

Fixed redraw bug.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268421 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 24 years ago
parent
commit
ebb7f7ca8c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/antidote/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java

+ 1
- 0
src/antidote/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java View File

@@ -130,6 +130,7 @@ public class PropertyEditor extends AntModule {
}
}

_container.validate();
_container.repaint();
}



Loading…
Cancel
Save