From 7889676ac7998789f1de157ae0c645be74b9e950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sat, 29 Oct 2022 22:57:50 +0200 Subject: [PATCH] fix crash on preferences save --- Software/PC_Application/LibreVNA-GUI/preferences.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/PC_Application/LibreVNA-GUI/preferences.h b/Software/PC_Application/LibreVNA-GUI/preferences.h index 7f71fd0..18d3264 100644 --- a/Software/PC_Application/LibreVNA-GUI/preferences.h +++ b/Software/PC_Application/LibreVNA-GUI/preferences.h @@ -140,7 +140,7 @@ public: struct { bool triangle; - unsigned int triangleSize; + int triangleSize; bool line; bool hide; double hidePercent;