summaryrefslogtreecommitdiff
path: root/iupe-hexview.lua
diff options
context:
space:
mode:
Diffstat (limited to 'iupe-hexview.lua')
-rw-r--r--iupe-hexview.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/iupe-hexview.lua b/iupe-hexview.lua
index 12ec90c..0567cd0 100644
--- a/iupe-hexview.lua
+++ b/iupe-hexview.lua
@@ -370,6 +370,9 @@ iupep.hexview = {
self.old_filecursor = -1
self:updatescrollbar()
self:draw()
+ for _, v in ipairs(self.cbs) do
+ v.cb(v.opaque, self, true)
+ end
end,
map_cb = function (self)