[Bug 1265] - ToolTip text is cut off (Visual FoxPro)
http://bugs.winehq.com/show_bug.cgi?id=1265 ------- Additional Comments From dclark(a)akamail.com 2003-02-10 15:48 ------- And it looks like this patch fixes this bug. I am not real sure why this code is here, so will have to study more before submitting. And there are already lots of patches setting in the queue already :-) An X ConfigureNotify event is a notification that a window has just been changed. So it is not clear to me why Wine immediately then changes it again. I will have to test with a bunch of apps to see if I can figure out what (if anything) it is needed for. Watch out for word wrap. Index: dlls/x11drv/winpos.c =================================================================== RCS file: /home/wine/wine/dlls/x11drv/winpos.c,v retrieving revision 1.63 diff -u -r1.63 winpos.c --- dlls/x11drv/winpos.c 8 Jan 2003 21:09:26 -0000 1.63 +++ dlls/x11drv/winpos.c 10 Feb 2003 21:41:08 -0000 @@ -1609,8 +1611,8 @@ /* if nothing changed, don't do anything */ if (winpos.flags == (SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE)) return; - SetWindowPos( hwnd, winpos.hwndInsertAfter, winpos.x, winpos.y, - winpos.cx, winpos.cy, winpos.flags | SWP_WINE_NOHOSTMOVE ); +/* SetWindowPos( hwnd, winpos.hwndInsertAfter, winpos.x, winpos.y, + winpos.cx, winpos.cy, winpos.flags | SWP_WINE_NOHOSTMOVE );*/ } DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://bugs.winehq.com/show_bug.cgi?id=1265>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
participants (1)
-
wine-bugs@winehq.com