]> git.lyx.org Git - features.git/commitdiff
* GuiErrorList.cpp (showEvent):
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 23 Nov 2008 10:55:41 +0000 (10:55 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 23 Nov 2008 10:55:41 +0000 (10:55 +0000)
- 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

src/frontends/qt4/GuiErrorList.cpp

index dda408c72186ac269efffc80ca3838530bc543f7..1824ace4b18b874695d559cac50cb2c2c5ffa782 100644 (file)
@@ -52,6 +52,7 @@ GuiErrorList::GuiErrorList(GuiView & lv)
 void GuiErrorList::showEvent(QShowEvent * e)
 {
        select();
+       updateContents();
        e->accept();
 }