-
-
Notifications
You must be signed in to change notification settings - Fork 407
attached widget on a tile is flickering while walking #1472
Copy link
Copy link
Closed
Labels
Priority: MediumThis issue may be impactful and needs some attention.This issue may be impactful and needs some attention.Status: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
Priority
Medium
Area
- Data
- Source
- Docker
- Other
What happened?
This might be the same issue as #1435 I'm not sure
2025-11-23.11-47-38.mp4
function placing the tile widgets:
test_f = function(string, color)
local tile = g_map.getTile(g_game.getLocalPlayer():getPosition())
local widget = g_ui.createWidget('Panel')
widget:setSize({width = 150,height = 22})
widget:setText(string)
widget:setFont("terminus-10px")
widget:setBackgroundColor(color)
widget:setMarginBottom(40)
tile:attachWidget(widget)
endcalled as: test_f("chaos orb", "#002334")
What OS are you seeing the problem on?
Windows
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: MediumThis issue may be impactful and needs some attention.This issue may be impactful and needs some attention.Status: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.