mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* GuiErrorList.cpp (showEvent):
- add missing dialog update to fix a problem reported on the users list and here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506183 (missing package error not shown). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
21b78c8d5a
commit
b394f9998f
@ -52,6 +52,7 @@ GuiErrorList::GuiErrorList(GuiView & lv)
|
||||
void GuiErrorList::showEvent(QShowEvent * e)
|
||||
{
|
||||
select();
|
||||
updateContents();
|
||||
e->accept();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user