2D/3D-Umschaltung pro GF/VF-Block (Dialog-Auswahl + Auto-Erkennung via XDATA) und Batch Alle auf 2D/3D

This commit is contained in:
2026-07-23 14:01:52 +02:00
parent 6d81b30628
commit 39a4656f38
11 changed files with 370 additions and 79 deletions
+5
View File
@@ -44,6 +44,11 @@ gefaellestrecke : dialog {
label = "Fahrtrichtung:";
width = 30;
}
: popup_list {
key = "dimension";
label = "Darstellung (2D/3D):";
width = 20;
}
}
: boxed_row {
+5
View File
@@ -59,6 +59,11 @@ variofoerderer_basis : dialog {
label = "Seite:";
width = 16;
}
: popup_list {
key = "dimension";
label = "Darstellung (2D/3D):";
width = 20;
}
}
}