[Bug 5034] Wrong size of commdlg OpenFile dialog in radvideo.exe

Wine Bugs wine-bugs at winehq.org
Mon Apr 10 14:46:42 CDT 2006


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





------- Additional Comments From hannibal at megapolis.pl  2006-10-04 14:46 -------
I trace something like that:

ShowWindow in DialogBox queue processing{
    X11DRV_ShowWindow{
        rect=WINPOS_MinMaximize{
            rect=WINPOS_GetMinMaxInfo{
                return rect;
            }
             return rect;
        }
        SetWindowPos<-It set wrong size
    }
}

It looks that somewhere (WINPOS_GetMinMaxInfo?)i s set wrong maximized windows 
size, and this wrong size is setting on WM_SHOWWINDOW.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list