fix bug 1879

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9949 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-05-17 15:33:16 +00:00
parent 3682fa502a
commit 0bc125e92b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-17 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* Dialogs.C (Dialogs): (re-)connect hide() and hideSlot()
2005-05-11 Martin Vermeer <martin.vermeer@hut.fi>
* screen.[hC]: fix processEvents -caused screen update recursion

View File

@ -69,6 +69,7 @@ Dialogs::Dialogs(LyXView & lyxview)
{
// Connect signals
redrawGUI().connect(boost::bind(&Dialogs::redraw, this));
hideSignal().connect(boost::bind(&Dialogs::hideSlot, this, _1, _2));
}