http://bugs.winehq.org/show_bug.cgi?id=26451
--- Comment #6 from Nikolay Sivov bunglehead@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; }
---