mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 16:34:47 -04:00
Makes help text dialogs modeless; closes #247
This commit is contained in:
parent
cc56390592
commit
39874cee00
@ -48,7 +48,7 @@ public class ShowStringDialog extends JDialog {
|
||||
* @param html is the string a html string?
|
||||
*/
|
||||
public ShowStringDialog(Window parent, String title, String str, boolean html) {
|
||||
super(parent, title, ModalityType.APPLICATION_MODAL);
|
||||
super(parent, title, ModalityType.MODELESS);
|
||||
init(parent, str, html);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user