Fix typo in CEF structure definition

This relates to Bug 1489
pull/2/head
Timothy Pearson 10 years ago
parent 444ac1fed9
commit f6b53fc525

@ -357,7 +357,7 @@ public:
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

Loading…
Cancel
Save