mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
fixed edit lock
This commit is contained in:
parent
49d6239004
commit
0a8b7602d3
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ void CSVDoc::View::updateDocumentState()
|
|||
QList<CSVWorld::SubView *> subViews = findChildren<CSVWorld::SubView *>();
|
||||
|
||||
for (QList<CSVWorld::SubView *>::iterator iter (subViews.begin()); iter!=subViews.end(); ++iter)
|
||||
(*iter)->setEditLock (state && CSMDoc::Document::State_Locked);
|
||||
(*iter)->setEditLock (state & CSMDoc::Document::State_Locked);
|
||||
}
|
||||
|
||||
void CSVDoc::View::updateProgress (int current, int max, int type, int threads)
|
||||
|
|
Loading…
Reference in a new issue