Skip to content

attached widget on a tile is flickering while walking #1472

@kiletic

Description

@kiletic

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)
end

called 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: MediumThis issue may be impactful and needs some attention.Status: Pending TestThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions