ImPlotNextItemData HiddenCond resetfeatures/spec
authorepezent <[email protected]>
Mon, 2 Oct 2023 16:41:00 +0000 (2 11:41 -0500)
committerepezent <[email protected]>
Mon, 2 Oct 2023 16:41:00 +0000 (2 11:41 -0500)
implot_internal.h

index 39ceda0..cefc884 100644 (file)
@@ -1203,6 +1203,7 @@ struct ImPlotNextItemData {
     void Reset() {
         Spec      = ImPlotSpec();
         HasHidden = Hidden = false;
+        HiddenCond = ImPlotCond_None;
     }
 };