Hello Micah,

> I tried demo.c, but can't reproduce this bug. Make sure you have the
> latest pgserver and client library. If it still doesn't work, let me
> know exactly what CPU, theme, and resolution you are using.

The attached file seem to correct the bug for me, both on Linux and
XCopilot.

Hope this help.

                Olivier
-- 
Olivier Bornet                      SMARTDATA SA
[EMAIL PROTECTED]         Centre du Parc
http://www.smartdata.ch             av. des Pr�s-Beudin 20
Phone +41-27-723'55'03              1920 Martigny
Fax   +41-27-723'55'19              Phone +41-27-723'55'18
Index: gcore/div.c
===================================================================
RCS file: /cvsroot/pgui/pgserver/gcore/div.c,v
retrieving revision 1.52
diff -r1.52 div.c
105c105
<        w = max(n->div->cw,n->div->pw) - (margin<<1);
---
>        w = max(n->div->cw,n->div->pw);
107c107
<        h = max(n->div->ch,n->div->ph) - (margin<<1);
---
>        h = max(n->div->ch,n->div->ph);

Reply via email to