You need to sign in or sign up before continuing.
Commit fe7b8211 authored by mercury233's avatar mercury233

fix card search result

the hovered card should update when the user use mouse to change the
scroll bar.
parent 0e632702
...@@ -334,6 +334,12 @@ bool DeckBuilder::OnEvent(const irr::SEvent& event) { ...@@ -334,6 +334,12 @@ bool DeckBuilder::OnEvent(const irr::SEvent& event) {
break; break;
} }
case irr::gui::EGET_SCROLL_BAR_CHANGED: { case irr::gui::EGET_SCROLL_BAR_CHANGED: {
switch(id) {
case SCROLL_FILTER: {
GetHoveredCard();
break;
}
}
break; break;
} }
case irr::gui::EGET_EDITBOX_ENTER: { case irr::gui::EGET_EDITBOX_ENTER: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment