On Wed, 2004-10-06 at 08:56, Angus Leeming wrote:
> That sounds like a poor UI to me. I try and spell check and the dialog
> appears and then disappears? Why not, the dialog appears but the "start
> checking" button is disabled?
>
> Your change will presumably lead to an unnecessary flicker for mos
John Spray wrote:
> The spellchecker dialog.
>
> In GViewBase it was necessary to move the update() to after show()
> because with the spellchecker update()ing sometimes involves immediately
> cancelling the dialog (if there are no spelling errors to prompt the
> user about).
That sounds like a p
John Spray <[EMAIL PROTECTED]> writes:
| Index: GSpellchecker.C
| ===
| RCS file: GSpellchecker.C
| diff -N GSpellchecker.C
| --- /dev/null 1 Jan 1970 00:00:00 -
| +++ GSpellchecker.C 5 Oct 2004 19:36:34 -
| +void GSpellchec
Hi,
The spellchecker dialog.
In GViewBase it was necessary to move the update() to after show()
because with the spellchecker update()ing sometimes involves immediately
cancelling the dialog (if there are no spelling errors to prompt the
user about).
John
Index: ChangeLog
===