small fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-12 01:04:39 +00:00
parent 938f52dcc4
commit 96a49f840e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-12 John Levon <levon@movementarian.org>
* QMathDialog.C: work around Qt bug in previous change
2002-09-12 John Levon <levon@movementarian.org>
* QMathDialog.h:

View File

@ -105,6 +105,10 @@ void QMathDialog::showingPanel(int num)
return;
addPanel(num);
// Qt needs to catch up. Dunno why.
qApp->processEvents();
panel_initialised[num] = true;
}