From 5ce80b4af4b79fd01addcc0775750e594b285ef9 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 7 May 2013 21:57:54 +0200 Subject: [PATCH] fix return --- src/shell/panelview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {