Unstable & with drawing restored
This commit is contained in:
parent
1155067b26
commit
cd8feaf2c0
15 changed files with 1004 additions and 31 deletions
|
|
@ -41,7 +41,7 @@ namespace tp {
|
|||
mLabel.proc(events, aArea, aArea);
|
||||
}
|
||||
|
||||
void draw(Canvas& canvas) const override {
|
||||
void draw(Canvas& canvas) override {
|
||||
if (mIsPressed) {
|
||||
canvas.rect(this->mArea, this->getColor("Pressed"), this->getValue("Rounding"));
|
||||
} else if (mIsHover) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue