aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_bar.c')
-rw-r--r--widget_bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget_bar.c b/widget_bar.c
index 4ce0039..99910dc 100644
--- a/widget_bar.c
+++ b/widget_bar.c
@@ -84,7 +84,7 @@ void widget_bar_update(void *Self)
/* maximum: if expression is empty, do auto-scaling */
if (property_valid(&Bar->expr_max)) {
property_eval(&Bar->expr_max);
- max = P2N(&Bar->expr_min);
+ max = P2N(&Bar->expr_max);
} else {
max = Bar->max;
if (val1 > max)