diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widget.c b/src/ui/widget.c index 64f586ce..d31f7577 100644 --- a/src/ui/widget.c +++ b/src/ui/widget.c | |||
@@ -323,7 +323,6 @@ static iBool setWidth_Widget_(iWidget *d, int width) { | |||
323 | d->rect.size.x = width; | 323 | d->rect.size.x = width; |
324 | TRACE(d, "width has changed to %d", width); | 324 | TRACE(d, "width has changed to %d", width); |
325 | if (class_Widget(d)->sizeChanged) { | 325 | if (class_Widget(d)->sizeChanged) { |
326 | const int oldHeight = d->rect.size.y; | ||
327 | class_Widget(d)->sizeChanged(d); | 326 | class_Widget(d)->sizeChanged(d); |
328 | } | 327 | } |
329 | return iTrue; | 328 | return iTrue; |