[Bug 26451] MyPhoneExplorer Version 1.8 Icons in toolbar are not clickable

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 6 12:24:47 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=26451

--- Comment #6 from Nikolay Sivov <bunglehead at gmail.com> 2012-01-06 12:24:47 CST ---
I can confirm this with application version 1.8.2, will try to fix.

First chunk reverted fixes toolbar for me, this one:

---
@@ -3612,7 +3612,7 @@ TOOLBAR_GetState (const TOOLBAR_INFO *infoPtr, WPARAM
wParam)
 static LRESULT
 TOOLBAR_GetStyle (const TOOLBAR_INFO *infoPtr)
 {
-    return GetWindowLongW(infoPtr->hwndSelf, GWL_STYLE);
+    return infoPtr->dwStyle;
 }

---

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list