Fixed tab mouse click issue

This commit is contained in:
Robert Jelic
2025-10-03 03:25:49 +02:00
parent 054bb8b142
commit add1d2434e
2 changed files with 50 additions and 11 deletions

View File

@@ -26,7 +26,8 @@ TabControl.defineProperty(TabControl, "activeTabBackground", {default = colors.w
---@property activeTabTextColor color Foreground color for the active tab text
TabControl.defineProperty(TabControl, "activeTabTextColor", {default = colors.black, type = "color", canTriggerRender = true})
TabControl.defineEvent(TabControl, "tabChanged")
TabControl.defineEvent(TabControl, "mouse_click")
TabControl.defineEvent(TabControl, "mouse_up")
--- @shortDescription Creates a new TabControl instance
--- @return TabControl self The created instance