Skip to content

Commit 1c8944d

Browse files
committed
ImPlotNextItemData HiddenCond reset
1 parent 5dc4bcc commit 1c8944d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

implot_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,7 @@ struct ImPlotNextItemData {
12031203
void Reset() {
12041204
Spec = ImPlotSpec();
12051205
HasHidden = Hidden = false;
1206+
HiddenCond = ImPlotCond_None;
12061207
}
12071208
};
12081209

0 commit comments

Comments
 (0)