mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-18 22:20:53 +00:00
Disable toolbar context menu. Should resolve bug #2953.
(cherry picked from commit 64821b0785a306f90e4f2f3be9c6a8fa61d440eb)
This commit is contained in:
parent
b3daa7d956
commit
71077fda6a
@ -474,6 +474,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