Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-01-29 13:51:31 +0000
committerStijn Buys <ingar@osirion.org>2012-01-29 13:51:31 +0000
commit398f3df8af02047a76ab7172c69d93313250260c (patch)
tree0a4925510726d74b23d84115c56de0ca4042643e /src/ui/window.cc
parentf320ee25c74b6f24db58d97c0129de6e94db3345 (diff)
FS#80 Have mouse focus stick to the widget when the mouse button is down.
Diffstat (limited to 'src/ui/window.cc')
-rw-r--r--src/ui/window.cc2
1 files changed, 1 insertions, 1 deletions
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;