> Note the line marked with !!!.  This workAreaKeyPress shows btw up in
> the backtrace of a nested update call.

Why are we calling workAreaKeyPress() during an update?

> I don't care how the dialog manage to rebuild there sizes if the core
> crashes.

The core didn't used to crash in 1.3. You can't blame other code for
changes you've decided are necessary...

> And there should be some solution as xforms can do it without.

xforms is completely different from Qt.

> What's wrong with a signal emitted at the end of update() to which all
> interested dialogs can connect?

Might work OK. Or just delay the frontend dialog's update() until the
core has finished updating.

regards,
john

Reply via email to