Skip to content

Commit

Permalink
ImPlotNextItemData HiddenCond reset
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Oct 2, 2023
1 parent 5dc4bcc commit 1c8944d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implot_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ struct ImPlotNextItemData {
void Reset() {
Spec = ImPlotSpec();
HasHidden = Hidden = false;
HiddenCond = ImPlotCond_None;
}
};

Expand Down

0 comments on commit 1c8944d

Please sign in to comment.