You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by me...@apache.org on 2001/01/08 22:03:14 UTC

cvs commit: jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/edit PropertyEditor.java

metasim     01/01/08 13:03:14

  Modified:    src/antidote/org/apache/tools/ant/gui/modules/edit
                        PropertyEditor.java
  Log:
  Fixed redraw bug.
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java
  
  Index: PropertyEditor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PropertyEditor.java	2001/01/08 19:43:56	1.3
  +++ PropertyEditor.java	2001/01/08 21:03:11	1.4
  @@ -69,7 +69,7 @@
   /**
    * Stub for a property editor.
    *
  - * @version $Revision: 1.3 $ 
  + * @version $Revision: 1.4 $ 
    * @author Simeon H.K. Fitch 
    */
   public class PropertyEditor extends AntModule {
  @@ -130,6 +130,7 @@
               }
           }
   
  +        _container.validate();
           _container.repaint();
       }