mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use flat box so redraw() can update changed image correctly.
This commit is contained in:
parent
05f7fc15e1
commit
ca5911fe94
@ -81,7 +81,11 @@ private:
|
||||
BatteryList batts;
|
||||
|
||||
public:
|
||||
BatteryMonitor() : Fl_Box(0, 0, 30, 25), bimg(0) { scan_and_init(); }
|
||||
BatteryMonitor() : Fl_Box(0, 0, 30, 25), bimg(0) {
|
||||
box(FL_FLAT_BOX);
|
||||
scan_and_init();
|
||||
}
|
||||
|
||||
EdbusConnection &connection() { return con; }
|
||||
|
||||
void tooltip_printf(const char *fmt, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user