- GLobal styling with LPTCTheme class

- SVGIconFactory
This commit is contained in:
2025-12-20 15:41:16 +01:00
parent ba89991a80
commit 9c3e0c85c8
14 changed files with 139 additions and 13 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import ui.LPTCTheme;
import feathers.style.Theme;
import hx.strings.RandomStrings;
import utils.StringUtils;
import view.RiderCardDrawer;
@@ -24,6 +26,7 @@ class LPTCManager2026 extends Application {
private var rcd:RiderCardDrawer;
public function new() {
Theme.setTheme(new LPTCTheme());
super();
model = AppModelLocator.getInstance();
@@ -66,7 +69,6 @@ class LPTCManager2026 extends Application {
}
private function onRiderSelectChange(event:Event):Void {
trace(this + " --> onRiderSelectChange()");
rcd.populateAndShow();
}