mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3682fa502a
commit
0bc125e92b
@ -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
|
||||
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user