Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix wrong icon color caused by wrong mainColor
  • Loading branch information
chux0519 authored and borgmanJeremy committed Sep 28, 2020
1 parent 01bc618 commit 37fa206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/capture/capturetoolbutton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ CaptureTool* CaptureToolButton::tool() const

void CaptureToolButton::setColor(const QColor& c)
{
m_mainColor = c;
CaptureButton::setColor(c);
updateIcon();
}
Expand Down

0 comments on commit 37fa206

Please sign in to comment.