summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/widget2.h')
-rw-r--r--src/gui/widgets/widget2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/widgets/widget2.h b/src/gui/widgets/widget2.h
index 8a602be63..02107b3c1 100644
--- a/src/gui/widgets/widget2.h
+++ b/src/gui/widgets/widget2.h
@@ -56,10 +56,9 @@ class Widget2
return Palette::BLACK;
}
- void setPalette(int p)
+ void setWidget2(const Widget2 *const widget)
{
- if (p >= 1 && p <= THEME_PALETTES)
- mPalette = p;
+ mPalette = widget ? widget->mPalette : 1;
}
private: