- Исправление отображения
- 16мб флеша
This commit is contained in:
@@ -18,8 +18,11 @@ public:
|
||||
|
||||
private:
|
||||
EpdRect measure_text_bounds(const BatteryProps& props) const;
|
||||
EpdRect measure_label_bounds() const;
|
||||
|
||||
EpdRect bounds_ = {0, 0, 0, 0};
|
||||
int label_x_ = 0;
|
||||
int label_y_ = 0;
|
||||
int text_x_ = 0;
|
||||
int text_y_ = 0;
|
||||
EpdRect last_text_bounds_ = {0, 0, 0, 0};
|
||||
|
||||
Reference in New Issue
Block a user