mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-22 12:11:33 +00:00
Disable toolbar context menu. Should resolve bug #2953.
(cherry picked from commit 64821b0785
)
This commit is contained in:
parent
b3daa7d956
commit
71077fda6a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue