Ignore:
Timestamp:
09/26/14 15:45:34 (10 years ago)
Author:
jts21
Message:

Justify text items on delete and undo/redo

File:
1 edited

Legend:

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

    r919 r923  
    10021002                FrameGraphics.requestRefresh(false);
    10031003                FrameGraphics.Repaint();
    1004                 ItemUtils.EnclosedCheck(_body);
     1004                // ItemUtils.EnclosedCheck(_body);
     1005                ItemUtils.Justify(this);
    10051006        }
    10061007       
     
    10561057                FrameGraphics.requestRefresh(false);
    10571058                FrameGraphics.Repaint();
    1058                 ItemUtils.EnclosedCheck(_body);
     1059                // ItemUtils.EnclosedCheck(_body);
     1060                ItemUtils.Justify(this);
    10591061        }
    10601062
Note: See TracChangeset for help on using the changeset viewer.