6 Jan
2012
6 Jan
'12
6:24 p.m.
http://bugs.winehq.org/show_bug.cgi?id=26451 --- Comment #6 from Nikolay Sivov <bunglehead(a)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.