Set wiper default pos = 0 in case not defined

This commit is contained in:
2025-09-30 21:08:22 +02:00
parent a7c2fa22f1
commit 7b8fa3f226

View File

@@ -1387,7 +1387,7 @@ class TMoverParameters
int FFEDListSize = 0;
TWiperSchemeTable WiperList;
int WiperListSize;
int WiperDefaultPos;
int WiperDefaultPos{0};
int modernWpierListSize;
double Vadd = 1.0;