Ignore:
Timestamp:
03/18/19 18:38:32 (5 years ago)
Author:
davidb
Message:

Changed how DisplayController width, height and size are retrieved. Now does this top-level, rather than going through the AxisAlignmentBox. In doing so, can now control for when the window size has you yet been correctly mapped to the screen, and fall back to pre-defined MINIMUM defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/Format.java

    r1102 r1258  
    148148                                                + /* item.getX() + */it.getBoundsWidth());
    149149
    150                         if (xCheck < DisplayController.getFramePaintArea().getWidth()) {
     150                        if (xCheck < DisplayController.getFramePaintAreaWidth()) {
    151151                                Item columnHead = columnHeads.get(i + 1);
    152152                                if (columnHead.getX() < maxX && columnHead.getY() < maxY) {
Note: See TracChangeset for help on using the changeset viewer.