diff --git a/src/shell/panelview.cpp b/src/shell/panelview.cpp index c4e33da89..ee880807b 100644 --- a/src/shell/panelview.cpp +++ b/src/shell/panelview.cpp @@ -144,7 +144,7 @@ int PanelView::thickness() const void PanelView::setThickness(int value) { if (value == thickness()) { - value; + return; } if (formFactor() == Plasma::Vertical) {