mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04: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