Ignore:
Timestamp:
2010-04-11T20:29:30+02:00 (16 years ago)
Author:
bastiK
Message:
  • disable all filters if the filter dialog is not visible
  • show the number of hidden/disabled object on screen in the upper right corner
  • slightly different behaviour for showNotify and hideNotify in ToggleDialog (Now, expanding and collapsing a dialog does not trigger these notifications.)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapView.java

    r3144 r3178  
    585585        tempG.draw(border);
    586586
     587        if (Main.map.filterDialog != null) {
     588            Main.map.filterDialog.drawOSDText(tempG);
     589        }
     590
    587591        if (playHeadMarker != null) {
    588592            playHeadMarker.paint(tempG, this);
Note: See TracChangeset for help on using the changeset viewer.