Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolan Halbrook committed Sep 4, 2002
1 parent 44d7dab commit 1d84f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/DroppableList.java
Expand Up @@ -106,7 +106,7 @@ public void dragExit( DropTargetEvent dropTargetEvent ) {
public void dragOver( DropTargetDragEvent dropTargetDragEvent ) {
//Log.log(Log.TRACE, "DROPLIST","dragOver - dtde");
p = dropTargetDragEvent.getLocation();

repaint();
}


Expand Down

0 comments on commit 1d84f32

Please sign in to comment.