mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Make editable state explicit
This commit is contained in:
@@ -1551,6 +1551,7 @@ class EditorWindow extends FixedFrame implements CbButtonCallback
|
||||
add("North", np);
|
||||
}
|
||||
add("Center", edit = new TextArea(20, 80));
|
||||
edit.setEditable(true);
|
||||
edit.setFont(filemgr.fixed);
|
||||
Panel bot = new Panel();
|
||||
bot.setLayout(new FlowLayout(FlowLayout.RIGHT));
|
||||
|
||||
Reference in New Issue
Block a user