http://bugs.winehq.org/show_bug.cgi?id=22815
--- Comment #16 from Dmitry Timoshkov dmitry@baikal.ru 2012-01-18 23:33:18 CST --- (In reply to comment #15)
That string "0.00 MB" ought to be drawn in a status bar strip. If you place a breakpoint in gdi32.CreateDIBSection() entry you can see the regions painted individually (make sure you don't overlap the client area with terminal).
At 101 dpi the DIB height is (-)24 pix. Maybe there is some minimum height expected (app bug) which worked previously because of larger reported font height. It would be interesting to know the height of that status bar strip in Windows (at default 96 dpi).
Under XP in compatibility mode and turned off theming the height of "TMyStatusbar" child window is 22 pixels, and the app works fine with Windows version set to win2000 (in win9x mode the app eats 100% cpu).