- GLobal styling with LPTCTheme class
- SVGIconFactory
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user