Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
[GUI] Make tabs toolbar no longer have a context menu #11169
Conversation
fanquake
added
the
GUI
label
Aug 27, 2017
|
Trivial utACK e254830, makes a lot of sense. Travis failure is with p2p-segwit, not related |
|
Concept ACK |
|
Concept ACK |
|
Tested ACK e254830 |
laanwj
merged commit e254830
into
bitcoin:master
Aug 28, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Aug 28, 2017
achow101
deleted the
achow101:rm-hide-tabs
branch
Aug 29, 2017
added a commit
to bitcoinknots/bitcoin
that referenced
this pull request
Sep 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
achow101 commentedAug 27, 2017
Adds a contextMenuPolicy of Qt::PreventContextMenu to prevent the tabs toolbar from showing a context menu that allows it to be hidden.
Fixes #11168