diff options
Diffstat (limited to 'editor/imgui-tiles.cpp')
| -rw-r--r-- | editor/imgui-tiles.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/imgui-tiles.cpp b/editor/imgui-tiles.cpp index 824ea1e7..79bf2166 100644 --- a/editor/imgui-tiles.cpp +++ b/editor/imgui-tiles.cpp @@ -11,6 +11,8 @@ using namespace floormat::imgui; void app::draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr<tile_atlas>& atlas) { + const auto b = push_id("tile-pane"); + const auto dpi = M->dpi_scale(); constexpr Color4 color_perm_selected{1, 1, 1, .7f}, color_selected{1, 0.843f, 0, .8f}, |
