keyboardlayout: Enable properties.
This commit is contained in:
parent
4c5fd3f222
commit
870cf261fb
|
@ -260,7 +260,7 @@ end
|
|||
-- @return A keyboard layout widget.
|
||||
function keyboardlayout.new()
|
||||
local widget = textbox()
|
||||
local self = widget_base.make_widget(widget)
|
||||
local self = widget_base.make_widget(widget, nil, {enable_properties=true})
|
||||
|
||||
self.widget = widget
|
||||
|
||||
|
|
Loading…
Reference in New Issue