Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501e63f + 5b7d0a2 commit 08b0ed1Copy full SHA for 08b0ed1
src/AModule.cpp
@@ -90,14 +90,14 @@ bool AModule::handleMouseEnter(GdkEventCrossing* const& e) {
90
if (auto* module = event_box_.get_child(); module != nullptr) {
91
module->set_state_flags(Gtk::StateFlags::STATE_FLAG_PRELIGHT);
92
}
93
- return true;
+ return false;
94
95
96
bool AModule::handleMouseLeave(GdkEventCrossing* const& e) {
97
98
module->unset_state_flags(Gtk::StateFlags::STATE_FLAG_PRELIGHT);
99
100
101
102
103
bool AModule::handleToggle(GdkEventButton* const& e) { return handleUserEvent(e); }
0 commit comments