From 03736af2aee50db4e36c2cd9127085630f82cd4b Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 11 Nov 2012 16:10:43 +0000 Subject: (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 072d4b5a4..26e93dfa1 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1628,7 +1628,7 @@ static void DecreaseWindowCounters() CLRBITS(w->flags, WF_TIMEOUT); w->OnTimeout(); - if (w->desc_flags & WDF_UNCLICK_BUTTONS) w->RaiseButtons(true); + w->RaiseButtons(true); } } } -- cgit v1.2.3-70-g09d2