Ignore:
Timestamp:
08/27/08 09:18:49 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

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

    r281 r282  
    349349                // Note that these are the anchored widgets
    350350                ListIterator<InteractiveWidget> widgetItor = paintWidgets.listIterator(paintWidgets.size());
    351                 while (widgetItor.hasPrevious())  { // Paint first-in-last-serve ordering - like swing
     351                while (widgetItor.hasPrevious())  {
     352                        //Paint first-in-last-serve ordering - like swing
     353                        //If it is done the other way around then widgets are covered up by the box that is supposed to be underneath
    352354                        InteractiveWidget iw = widgetItor.previous();
    353355                        if (clip == null
Note: See TracChangeset for help on using the changeset viewer.