Ignore:
Timestamp:
2019-05-06T01:08:10+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #17676 - display dynamic imagery entries in sub menus when they have category not equal to photo

File:
1 edited

Legend:

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

    r14695 r15054  
    190190    /**
    191191     * Executes asynchronously a runnable in
    192      * <a href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html">Event Dispatch Thread</a>.
     192     * <a href="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html">Event Dispatch Thread</a>,
     193     * except if we're already in the EDT: in this case the runnable is executed synchronously.
    193194     * @param task The runnable to execute
    194195     * @see SwingUtilities#invokeLater
Note: See TracChangeset for help on using the changeset viewer.