diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-07 21:08:29 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-07 21:08:29 +0100 |
commit | 1fe164e36f0996fb07f62de0ac38199943818095 (patch) | |
tree | 852ffb547abd220e53128d78e777b33c4c08899c /plugingui/drumkittab.cc | |
parent | d9d7188ad7b22e8991a9ef685840ac0e88566b39 (diff) |
Re-enable drumkit image hover effect.
Diffstat (limited to 'plugingui/drumkittab.cc')
-rw-r--r-- | plugingui/drumkittab.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/drumkittab.cc b/plugingui/drumkittab.cc index c3ee62e..8d85f1e 100644 --- a/plugingui/drumkittab.cc +++ b/plugingui/drumkittab.cc @@ -270,7 +270,7 @@ void DrumkitTab::init(std::string const& image_file, if(it == colours.end()) { // XXX: avoids low alpha values due to feathering of edges - colours.emplace_back(colour.red(), colour.green(), colour.blue(), 0.7); + colours.emplace_back(colour.red(), colour.green(), colour.blue(), 178); colour_index_to_positions.emplace_back(); } |