Refactor BaseButton event handling

also _toggled() function and "toggled" signal called  when unpressed by ButtonGroup
This commit is contained in:
volzhs 2019-05-21 17:26:08 +09:00
parent 053808e194
commit 5e8017721a
2 changed files with 37 additions and 168 deletions

View file

@ -65,7 +65,6 @@ private:
bool pressing_inside;
bool disabled;
int pressing_button;
} status;