mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +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/branches/BRANCH_1_6_X@27680 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d9983491e
commit
b67ec0464e
@ -52,6 +52,7 @@ GuiErrorList::GuiErrorList(GuiView & lv)
|
||||
void GuiErrorList::showEvent(QShowEvent * e)
|
||||
{
|
||||
select();
|
||||
updateContents();
|
||||
e->accept();
|
||||
}
|
||||
|
||||
|
@ -103,6 +103,8 @@ What's new
|
||||
|
||||
- Fix and improve the selection painting in a tabular (bug 5536).
|
||||
|
||||
- Fix error dialog that didn't display some messages.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user