From 57d33d79ea570773d84ad81d4a61f50e079979ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Wed, 19 Sep 2012 22:17:28 +0200 Subject: Changes in Ui, solves part of #47 --- src/ui/displayinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/displayinfo.cpp') diff --git a/src/ui/displayinfo.cpp b/src/ui/displayinfo.cpp index c58f2f8..173c100 100644 --- a/src/ui/displayinfo.cpp +++ b/src/ui/displayinfo.cpp @@ -103,7 +103,7 @@ bool CDisplayInfo::EventProcess(const Event &event) toto = static_cast(m_toto->GetMotion()); if ( toto != 0 ) { - toto->SetMousePos(event.pos); + toto->SetMousePos(event.mouseMove.pos); } } } -- cgit v1.2.3-1-g7c22