mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Columns: Caching columns clipping rectangles (#125)
This commit is contained in:
parent
adeaf1cd72
commit
067127f113
2 changed files with 15 additions and 6 deletions
|
|
@ -316,6 +316,7 @@ struct ImGuiGroupData
|
|||
struct ImGuiColumnData
|
||||
{
|
||||
float OffsetNorm; // Column start offset, normalized 0.0 (far left) -> 1.0 (far right)
|
||||
ImRect ClipRect;
|
||||
//float IndentX;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue