Removed repaint on mouse-move intended only for use when debugging to
highlight the last entered node. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1467 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: NodeMapPanel.java,v 1.8 2001/12/18 12:43:12 mdb Exp $
|
||||
// $Id: NodeMapPanel.java,v 1.9 2002/06/15 02:00:05 shaper Exp $
|
||||
|
||||
package com.threerings.nodemap;
|
||||
|
||||
@@ -157,7 +157,6 @@ public class NodeMapPanel extends JPanel
|
||||
{
|
||||
if (_map != null) {
|
||||
_map.handleMouseMoved(e.getX(), e.getY());
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user