Default button chrome improvement

This commit is contained in:
elasota
2020-05-17 23:02:08 -04:00
parent c0878fe66d
commit f590613f83
5 changed files with 116 additions and 35 deletions

View File

@@ -85,7 +85,7 @@ namespace PortabilityLayer
return m_visible;
}
void Widget::SetHighlightStyle(int16_t style)
void Widget::SetHighlightStyle(int16_t style, bool enabled)
{
(void)style;
}