Ignore:
Timestamp:
01/08/14 10:37:24 (10 years ago)
Author:
jts21
Message:

Add tooltip template to settings, and make _tooltipItem a static variable of the Item class which is set to whichever tooltip needs to be displayed

File:
1 edited

Legend:

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

    r656 r664  
    523523                        if(current != null) {
    524524                                current.paintTooltip(bg);
     525                        } else {
     526                                Item.clearTooltipOwner();
    525527                        }
    526528                }
Note: See TracChangeset for help on using the changeset viewer.