On Monday 27 August 2001 12:10, Michael Schmitt wrote:
> Hi,
> 
> since Friday, the character dialog is that small on my machine that I
> cannot even read the first line. Unfortunately, resizing the dialog does
> not work such that I have to close it by the KDE menu -> core dump.
> 
> Michael

This occurs for two reasons I think:

1. fl_set_form_maxsize(form(), minw_, minh_) is called in 
FormCharacter::build before minw_ and minh_ have been set!

2. More generally, xforms requires that fl_set_form_maxsize be called each 
and every time the dialog is shown. (Crap, I know).

I have a general fix that should make it really easy to assign whether the 
dialog can be resized or not. Will commit soon.

Angus

Reply via email to