Fix some view offsets that broke with CPR removal
* Fix Quote builder * Fix File Browser details * Added 'viewOffsets' ability to loadFromMenuConfig() and friends * Add MenuModule.getCustomViewsWithFilter() -> Array[] of views * Add ViewController.applyViewOffsets()
This commit is contained in:
@@ -49,6 +49,7 @@ function View(options) {
|
||||
this.position = { x: 0, y: 0 };
|
||||
this.textStyle = options.textStyle || 'normal';
|
||||
this.focusTextStyle = options.focusTextStyle || this.textStyle;
|
||||
this.offsetsApplied = false;
|
||||
|
||||
if (options.id) {
|
||||
this.setId(options.id);
|
||||
|
||||
Reference in New Issue
Block a user