mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
typo in header
This commit is contained in:
parent
fcbbc6c735
commit
4bb00c71da
2
implot.h
2
implot.h
|
@ -47,7 +47,7 @@ enum ImPlotFlags_ {
|
||||||
ImPlotFlags_Crosshairs = 1 << 6, // the default mouse cursor will be replaced with a crosshair when hovered
|
ImPlotFlags_Crosshairs = 1 << 6, // the default mouse cursor will be replaced with a crosshair when hovered
|
||||||
ImPlotFlags_AntiAliased = 1 << 7, // lines and fills will be anti-aliased (not recommended)
|
ImPlotFlags_AntiAliased = 1 << 7, // lines and fills will be anti-aliased (not recommended)
|
||||||
ImPlotFlags_NoChild = 1 << 8, // a child window region will not be used to capture mouse scroll (can boost performance for single ImGui window applications)
|
ImPlotFlags_NoChild = 1 << 8, // a child window region will not be used to capture mouse scroll (can boost performance for single ImGui window applications)
|
||||||
ImPlotFlags_YAxis2 = 1 << 9, // enable a 2nd y-axis
|
ImPlotFlags_YAxis2 = 1 << 9, // enable a 2nd y-axis
|
||||||
ImPlotFlags_YAxis3 = 1 << 10, // enable a 3rd y-axis
|
ImPlotFlags_YAxis3 = 1 << 10, // enable a 3rd y-axis
|
||||||
ImPlotFlags_Default = ImPlotFlags_MousePos | ImPlotFlags_Legend | ImPlotFlags_Highlight | ImPlotFlags_BoxSelect | ImPlotFlags_ContextMenu
|
ImPlotFlags_Default = ImPlotFlags_MousePos | ImPlotFlags_Legend | ImPlotFlags_Highlight | ImPlotFlags_BoxSelect | ImPlotFlags_ContextMenu
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user