mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Refactor text setting methods and remove ldoc files
This commit is contained in:
@@ -88,7 +88,7 @@ end
|
||||
|
||||
---@private
|
||||
function M:refresh_content(node, hint_text, pivot_point, content_pivot)
|
||||
self.text_hint:set_to(hint_text)
|
||||
self.text_hint:set_text(hint_text)
|
||||
local text_width, text_height = self.text_hint:get_text_size()
|
||||
|
||||
local panel_width = math.max(text_width, MIN_PANEL_WIDTH) + PANEL_MARGIN
|
||||
|
Reference in New Issue
Block a user