Skip to content

Commit

Permalink
name Error resolved for Document ReadOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Amman30 authored Dec 27, 2022
1 parent 6b5d8c6 commit e67064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrameWorkCode/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6533,7 +6533,7 @@ void MainWindow::LoadDocument(QFile * f, QString ext, QString name)
curr_browser->setReadOnly(true);
}
else{
curr_browser->setReadonly(false);
curr_browser->setReadOnly(false);
}

// Deleting temporarily created CustomTextBrowser
Expand Down

0 comments on commit e67064e

Please sign in to comment.