Branch: master

f6b53fc5 2014-11-22 01:47:01 Timothy Pearson
Fix typo in CEF structure definition
This relates to Bug 1489
M src/kernel/qstyle.h
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h
index 7b1edb3..c27d7c9 100644
--- a/src/kernel/qstyle.h
+++ b/src/kernel/qstyle.h
@@ -357,7 +357,7 @@
 	CEF_IsTopLevel			= 0x00400000,
 	CEF_IsVisible			= 0x00800000,
 	CEF_IsShown			= 0x01000000,
-	CEF_HasMouse			= 0x01000000
+	CEF_HasMouse			= 0x02000000
     };
 
     // New QStyle API - most of these should probably be pure virtual