diff options
Diffstat (limited to 'xmake/core/ui/choicedialog.lua')
| -rw-r--r-- | xmake/core/ui/choicedialog.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/ui/choicedialog.lua b/xmake/core/ui/choicedialog.lua index 580345487..cd4a42e06 100644 --- a/xmake/core/ui/choicedialog.lua +++ b/xmake/core/ui/choicedialog.lua @@ -49,7 +49,6 @@ function choicedialog:init(name, bounds, title) self:choicebox():event_on(event.command {"cm_enter"}) self:quit() end) - self:button_add("help", "< Help >", function (v, e) end) self:buttons():select(self:button("select")) -- insert choice box |
