mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 05:24:13 +01:00
Fix status bar command line completion window.
This commit is contained in:
@@ -57,7 +57,9 @@ var StatusLine = Module("statusline", {
|
||||
</statusbar>
|
||||
</e4x>;
|
||||
|
||||
util.dump("statusbar: load overlay");
|
||||
for each (let attr in prepend..@key)
|
||||
attr.parent().@id = "dactyl-statusline-field-" + attr;
|
||||
|
||||
util.overlayWindow(window, {
|
||||
objects: this.widgets = { get status() this.container },
|
||||
prepend: prepend.elements()
|
||||
|
||||
Reference in New Issue
Block a user