mirror of https://github.com/buggins/dlangui.git
fix for #219
This commit is contained in:
parent
48bfd312f7
commit
01584e7478
|
|
@ -553,7 +553,7 @@ class Button : Widget {
|
|||
super.onDraw(buf);
|
||||
Rect rc = _pos;
|
||||
applyMargins(rc);
|
||||
buf.fillRect(_pos, backgroundColor);
|
||||
//buf.fillRect(_pos, backgroundColor);
|
||||
applyPadding(rc);
|
||||
auto saver = ClipRectSaver(buf, rc, alpha);
|
||||
FontRef font = font();
|
||||
|
|
|
|||
Loading…
Reference in New Issue