mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Disable toolbar context menu. Should resolve bug #2953.
This commit is contained in:
parent
3bbcf6a916
commit
64821b0785
@ -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…
x
Reference in New Issue
Block a user