Ignore:
Timestamp:
01/10/14 17:18:08 (10 years ago)
Author:
jts21
Message:

Add correct status messages for cases where there are items on the cursor

File:
1 edited

Legend:

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

    r676 r681  
    870870
    871871                }
     872                Help.updateStatus();
    872873        }
    873874
     
    11821183                }
    11831184                SessionStats.MovedItems(FreeItems.getInstance());
     1185               
     1186                Help.updateStatus();
    11841187        }
    11851188
     
    15871590                getInstance().refreshHighlights();
    15881591                SessionStats.CopiedItems(copies);
     1592                Help.updateStatus();
    15891593                updateCursor();
    15901594                FrameGraphics.Repaint();
Note: See TracChangeset for help on using the changeset viewer.