fix(bar): address some of RawSurfaceImpl resizing issues

This commit is contained in:
Aleksei Bavshin
2020-10-23 02:59:04 -07:00
parent fc5906dbd4
commit 9c566564e1
2 changed files with 31 additions and 26 deletions

View File

@ -75,8 +75,6 @@ class Bar {
void setupAltFormatKeyForModuleList(const char *module_list_name);
std::unique_ptr<BarSurface> surface_impl_;
uint32_t width_ = 0;
uint32_t height_ = 1;
bar_layer layer_;
Gtk::Box left_;
Gtk::Box center_;