Ignore:
Timestamp:
12/09/14 14:54:14 (9 years ago)
Author:
bln4
Message:

Continued work on update to tooltips to be actual items so that data can be stored.

File:
1 edited

Legend:

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

    r919 r940  
    541541                        if(current != null) {
    542542                                current.paintTooltip(bg);
    543                         } else {
    544                                 Item.clearTooltipOwner();
    545                         }
     543                        } //else {
     544//                              Item.clearTooltipOwner();
     545//                      }
     546                        if(previous != null) previous.clearTooltips();
     547                        previous = current;
    546548                }
    547549
     
    550552                        PaintNonLinesNonPicture(bg, FreeItems.getCursor());
    551553        }
     554       
     555        private static Item previous = null;
    552556
    553557        // creates a new line so that lines are shown correctly when spanning
Note: See TracChangeset for help on using the changeset viewer.