mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix #8203: remove window updating optimization leading to various crashes.
This is already fixed in trunk.
This commit is contained in:
parent
7a739567fa
commit
a31a9d9ba5
@ -1349,8 +1349,7 @@ void GuiWorkArea::setReadOnly(bool read_only)
|
||||
return;
|
||||
read_only_ = read_only;
|
||||
updateWindowTitle();
|
||||
if (this == lyx_view_->currentWorkArea())
|
||||
lyx_view_->updateDialogs();
|
||||
lyx_view_->updateDialogs();
|
||||
}
|
||||
|
||||
|
||||
|
@ -57,6 +57,7 @@ What's new
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- Fix various crashes when single document is edited in more windows (bug 8203).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
Loading…
Reference in New Issue
Block a user