mirror of
https://github.com/gwm17/implot.git
synced 2024-11-22 18:28:53 -05:00
init PixelMin/Max
This commit is contained in:
parent
199b4803b6
commit
3a53f0b796
|
@ -636,6 +636,7 @@ struct ImPlotAxis
|
|||
LinkedMin = LinkedMax = NULL;
|
||||
PickerLevel = 0;
|
||||
Datum1 = Datum2 = 0;
|
||||
PixelMin = PixelMax = 0;
|
||||
LabelOffset = -1;
|
||||
ColorMaj = ColorMin = ColorTick = ColorTxt = ColorBg = ColorHov = ColorAct = 0;
|
||||
ColorHiLi = IM_COL32_BLACK_TRANS;
|
||||
|
|
Loading…
Reference in New Issue
Block a user