Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d605165

Browse files
committed
Add unconditional super render call to OrderHighlightOverlay for future compatibility
1 parent 2cd1c6e commit d605165

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/lua/orders.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,8 @@ function OrderHighlightOverlay:calculateSelectedOrderY()
10791079
end
10801080

10811081
function OrderHighlightOverlay:render(dc)
1082+
OrderHighlightOverlay.super.render(self, dc)
1083+
10821084
if mi.job_details.open or not search_cursor_visible then return end
10831085

10841086
local current_scroll = mi.info.work_orders.scroll_position_work_orders

0 commit comments

Comments
 (0)