fix return
This commit is contained in:
parent
001d88a0a4
commit
5ce80b4af4
@ -144,7 +144,7 @@ int PanelView::thickness() const
|
||||
void PanelView::setThickness(int value)
|
||||
{
|
||||
if (value == thickness()) {
|
||||
value;
|
||||
return;
|
||||
}
|
||||
|
||||
if (formFactor() == Plasma::Vertical) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user