From 398f3df8af02047a76ab7172c69d93313250260c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 29 Jan 2012 13:51:31 +0000 Subject: FS#80 Have mouse focus stick to the widget when the mouse button is down. --- src/ui/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/window.cc') diff --git a/src/ui/window.cc b/src/ui/window.cc index 97792bc..325f974 100644 --- a/src/ui/window.cc +++ b/src/ui/window.cc @@ -25,7 +25,7 @@ Window::~Window() void Window::show() { - resize(); + event_resize(); Widget::show(); //raise(); Widget *w = this; -- cgit v1.2.3