Ignore:
Timestamp:
Sep 19, 2010, 4:34:02 PM (14 years ago)
Author:
mlg
Message:

Bug fixing :
When drawing a rectangle to clip an image and choosing next or previous image, the rectangle was still displayed. This is now fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/ui/browser/BrowserImagePanel.java

    r6958 r6966  
    268268    }
    269269
     270    /**
     271     * @return the drawSelection
     272     */
     273    public boolean isDrawSelection() {
     274        return drawSelection;
     275    }
     276
     277    /**
     278     * @param drawSelection the drawSelection to set
     279     */
     280    public void setDrawSelection(boolean drawSelection) {
     281        this.drawSelection = drawSelection;
     282    }
     283
    270284    @Override
    271285    public void mouseWheelMoved(MouseWheelEvent arg0) {
Note: See TracChangeset for help on using the changeset viewer.