Ticket #351: josm-patch-ticket-351.txt

File josm-patch-ticket-351.txt, 868 bytes (added by anonymous, 17 years ago)

Fix this.

Line 
1Index: src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java
2===================================================================
3--- src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java (revision 775)
4+++ src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java (working copy)
5@@ -153,7 +153,8 @@
6 "as well as the members. In addition to this we should have a smart editor that " +
7 "detects the type of relationship and limits your choices in a sensible way.")+"</em></html>");
8 getContentPane().add(help, BorderLayout.NORTH);
9- try { setAlwaysOnTop(true); } catch (SecurityException sx) {}
10+// Is there an important reason for AlwaysOnTop? - Commented out by Florian Heer
11+// try { setAlwaysOnTop(true); } catch (SecurityException sx) {}
12
13 // Basic Editor panel has two blocks;
14 // a tag table at the top and a membership list below.