Skip to content

Commit d689156

Browse files
epezentbrenocq
authored andcommitted
ImPlotNextItemData HiddenCond reset
1 parent c353f23 commit d689156

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
@@ -1224,6 +1224,7 @@ struct ImPlotNextItemData {
12241224
void Reset() {
12251225
Spec = ImPlotSpec();
12261226
HasHidden = Hidden = false;
1227+
HiddenCond = ImPlotCond_None;
12271228
}
12281229
};
12291230

0 commit comments

Comments
 (0)