mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Fix clipping in changed items panel without grouping.
This commit is contained in:
parent
61d70f7b4e
commit
26a6cc4735
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ public class ModPanelChangedItemsTab(
|
|||
}
|
||||
else
|
||||
{
|
||||
ImGuiClip.ClippedDraw(cache.Data, DrawContainer, ImGui.GetFrameHeightWithSpacing());
|
||||
ImGuiClip.ClippedDraw(cache.Data, DrawContainer, _buttonSize.Y);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue