Ignore:
Timestamp:
2010-08-30T23:22:28+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #4632 - Button Help puts help window under main window

File:
1 edited

Legend:

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

    r3404 r3501  
    125125    public ExtendedDialog(Component parent, String title, String[] buttonTexts,
    126126            boolean modal, boolean disposeOnClose) {
    127         super(JOptionPane.getFrameForComponent(parent), title, modal);
     127        super(JOptionPane.getFrameForComponent(parent), title, modal ? ModalityType.DOCUMENT_MODAL : ModalityType.MODELESS);
    128128        this.parent = parent;
    129129        this.modal = modal;
Note: See TracChangeset for help on using the changeset viewer.