mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
Fix bug #9754
Don't delay the update of the TOC panel on switching documents
This commit is contained in:
parent
d186d708ea
commit
1348c62d41
@ -66,11 +66,9 @@ void GuiToc::dispatchParams()
|
||||
}
|
||||
|
||||
|
||||
void GuiToc::enableView(bool enable)
|
||||
void GuiToc::enableView(bool /*enable*/)
|
||||
{
|
||||
if (!enable)
|
||||
// In the opposite case, updateView() will be called anyway.
|
||||
widget_->updateView();
|
||||
widget_->updateViewForce();
|
||||
}
|
||||
|
||||
|
||||
|
@ -80,6 +80,8 @@ What's new
|
||||
- Fix subscripts and superscripts of \overrightarrow and related macros
|
||||
(bug 1996).
|
||||
|
||||
- Fix a crash with the outliner when switching documents (bug 9754).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user