repo.or.cz
/
implot.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
5dc4bcc
)
ImPlotNextItemData HiddenCond reset
features/spec
author
epezent
<
[email protected]
>
Mon, 2 Oct 2023 16:41:00 +0000
(2 11:41 -0500)
committer
epezent
<
[email protected]
>
Mon, 2 Oct 2023 16:41:00 +0000
(2 11:41 -0500)
implot_internal.h
patch
|
blob
|
blame
|
history
diff --git
a/implot_internal.h
b/implot_internal.h
index
39ceda0
..
cefc884
100644
(file)
--- a/
implot_internal.h
+++ b/
implot_internal.h
@@
-1203,6
+1203,7
@@
struct ImPlotNextItemData {
void Reset() {
Spec = ImPlotSpec();
HasHidden = Hidden = false;
+ HiddenCond = ImPlotCond_None;
}
};