Skip to content

Commit

Permalink
widget/woverview: Fix disappearing passthru overview on skin change
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Mar 23, 2020
1 parent 12ed84d commit 9624e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widget/woverview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ WOverview::WOverview(
m_pPassthroughControl =
new ControlProxy(m_group, "passthrough", this);
m_pPassthroughControl->connectValueChanged(this, &WOverview::onPassthroughChange);
onPassthroughChange(m_pPassthroughControl->get());

setAcceptDrops(true);

setMouseTracking(true);
Expand Down

0 comments on commit 9624e5c

Please sign in to comment.