summaryrefslogtreecommitdiffstats
path: root/src/ui/list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/list.cpp')
-rw-r--r--src/ui/list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/list.cpp b/src/ui/list.cpp
index 06eaf37..f62d0ea 100644
--- a/src/ui/list.cpp
+++ b/src/ui/list.cpp
@@ -275,7 +275,7 @@ bool CList::EventProcess(const Event &event)
CControl::EventProcess(event);
- if (event.type == EVENT_MOUSE_MOVE && Detect(event.pos)) {
+ if (event.type == EVENT_MOUSE_MOVE && Detect(event.mouseMove.pos)) {
m_engine->SetMouseType(Gfx::ENG_MOUSE_NORM);
for (i = 0; i < m_displayLine; i++) {
if (i + m_firstLine >= m_totalLine)