diff options
-rw-r--r-- | dalos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ dalosp.canvas = { end, focus_cb = function (self, focus) - if focus == 0 and not self.stateful.rghtbutton and not self.stateful.leftbutton then self:button_cb() end + if focus == 0 and (self.stateful.rghtbutton or self.stateful.leftbutton) then self:button_cb() end end, stypes = { |