fix wrong icon color caused by wrong mainColor
This commit is contained in:
hexyoungs
2020-09-28 10:25:00 +08:00
committed by borgmanJeremy
parent 01bc618dcc
commit 37fa206df2

View File

@@ -108,6 +108,7 @@ CaptureTool* CaptureToolButton::tool() const
void CaptureToolButton::setColor(const QColor& c)
{
m_mainColor = c;
CaptureButton::setColor(c);
updateIcon();
}