From ea6883e9ba851db5e6557b1d71d1268f6ab25c64 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 2 Dec 2016 19:24:57 +0100 Subject: Make resize events fdo the right thing. Add move event. --- plugingui/widget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/widget.cc') diff --git a/plugingui/widget.cc b/plugingui/widget.cc index 4b1d1f7..476746e 100644 --- a/plugingui/widget.cc +++ b/plugingui/widget.cc @@ -123,7 +123,7 @@ void Widget::resize(int width, int height) _width = width; _height = height; pixbuf.realloc(width, height); - + repaintEvent(nullptr); sizeChangeNotifier(width, height); } -- cgit v1.2.3