Skip to content

Commit

Permalink
Fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Luwx committed Feb 24, 2021
1 parent 77d2493 commit 0fdb791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kdecoration/lightlydecoration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ namespace Lightly
connect(c, &KDecoration2::DecoratedClient::activeChanged, this, &Decoration::updateAnimationState);
connect(c, &KDecoration2::DecoratedClient::widthChanged, this, &Decoration::updateTitleBar);
connect(c, &KDecoration2::DecoratedClient::maximizedChanged, this, &Decoration::updateTitleBar);
connect(c, &KDecoration2::DecoratedClient::maximizedChanged, this, &Decoration::setOpaque);

connect(c, &KDecoration2::DecoratedClient::widthChanged, this, &Decoration::updateButtonsGeometry);
connect(c, &KDecoration2::DecoratedClient::maximizedChanged, this, &Decoration::updateButtonsGeometry);
Expand Down

0 comments on commit 0fdb791

Please sign in to comment.