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