From 3a53f0b796b7b1c613eb4bfc6f76d312fd50a4db Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sun, 30 Jan 2022 09:35:49 -0800 Subject: [PATCH] init PixelMin/Max --- implot_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/implot_internal.h b/implot_internal.h index f2e9309..8efe417 100644 --- a/implot_internal.h +++ b/implot_internal.h @@ -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;