mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
small fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
938f52dcc4
commit
96a49f840e
@ -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:
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user