fix state behavior

This commit is contained in:
unresolvedsymbol
2019-05-15 22:14:51 -05:00
parent 37f87be9dd
commit 7e8eee0571
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ class ALabel : public IModule {
virtual bool handleToggle(GdkEventButton *const &ev);
virtual bool handleScroll(GdkEventScroll *);
virtual std::string getState(uint8_t value, bool reverse = false);
virtual std::string getState(uint8_t value, bool lesser = false, bool reverse = false);
private:
std::vector<int> pid_;