Fix #8203: remove window updating optimization leading to various crashes.

This is already fixed in trunk.
This commit is contained in:
Pavel Sanda 2012-06-28 21:03:14 +02:00
parent 7a739567fa
commit a31a9d9ba5
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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