forked from mirror/openmw-tes3mp
Disable toolbar context menu. Should resolve bug #2953.
This commit is contained in:
parent
3bbcf6a916
commit
64821b0785
1 changed files with 2 additions and 0 deletions
|
@ -435,6 +435,8 @@ CSVDoc::View::View (ViewManager& viewManager, CSMDoc::Document *document, int to
|
|||
mOperations = new Operations;
|
||||
addDockWidget (Qt::BottomDockWidgetArea, mOperations);
|
||||
|
||||
setContextMenuPolicy(Qt::NoContextMenu);
|
||||
|
||||
updateTitle();
|
||||
|
||||
setupUi();
|
||||
|
|
Loading…
Reference in a new issue