Ignore:
Timestamp:
05/27/19 10:17:12 (5 years ago)
Author:
bln4
Message:

Rollback implementation of _maxWidth. After talks with David, this functionality is to be implemented slightly differently.

File:
1 edited

Legend:

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

    r1374 r1377  
    294294                        _Attrib.put("MinWidth",                         Item.class.getMethod("getMinWidthToSave"),
    295295                                                                                                Item.class.getMethod("setMinWidth", pIntO));
    296                         _Attrib.put("MaxWidth",                         Item.class.getMethod("getMaxWidthToSave"),
    297                                                                                                 Item.class.getMethod("setMaxWidth", pIntO));
    298296                        _Attrib.put("X",                    null,
    299297                                                            Item.class.getMethod("setX", pFloat));
Note: See TracChangeset for help on using the changeset viewer.