Ignore:
Timestamp:
08/05/08 12:42:33 (16 years ago)
Author:
ra33
Message:

Resizable, recolorable borders now available for IW's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameGraphics.java

    r184 r188  
    336336                                if (clip == null
    337337                                                || clip.intersects(iw.getComponant().getBounds()))
    338                                         iw.paint(bg);
    339                                
    340                                 // Paint borders
    341                                 for (Item i : iw.getItems()) {
    342                                         if (clip == null
    343                                                         || i.isInDrawingArea(clip))
    344                                         i.paint(bg);
    345                                 }
    346                                
     338                                        iw.paint(bg);                           
    347339                        }
    348340
Note: See TracChangeset for help on using the changeset viewer.