Is there any problem with this patch ? It has not been applied and I didn't see any comments on wine-devel.
The current cvs implementation is broken I think. If you try to open a file with WinHex or WinZip you can see the problems.
If there is any problem with it, please tell me in order for me to fix it
a+
On Wed, 2003-03-12 at 23:54, Maxime Bellengé wrote:
This patch replaces my previous patches. It fixes the computation of the file dialog box size and the component placement.
Now WinHex open dialog box looks fine as well as VirtualDub, Winzip.
The new algorithm is partially based on information found at http://www.bridgespublishing.com/articles/issues/0201/Custom_Open_dialogs__p...
ChangeLog:
- Fix how the size of the dialog is computed and the child component
placed.
Maxime Bellengé maxime.bellenge@laposte.net writes:
Is there any problem with this patch ? It has not been applied and I didn't see any comments on wine-devel.
I must say it's very confusing (but that's not really your fault, the original code is not better), and I have a hard time deciding what is correct. Since you seem to understand what all that code is doing, would you mind adding a few comments in there?