From 22dfbaa64b8c3c38de632f1d9325bd6d0e7d0cd1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Oct 2012 23:21:35 +0300 Subject: fix chat window resize cursor and some other possible issues. --- src/gui/chatwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/chatwindow.cpp') diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp index 4897a06bd..43d0f9634 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -1674,19 +1674,19 @@ void ChatWindow::optionChanged(const std::string &name) void ChatWindow::mouseMoved(gcn::MouseEvent &event) { mHaveMouse = true; - gcn::Window::mouseMoved(event); + Window::mouseMoved(event); } void ChatWindow::mouseEntered(gcn::MouseEvent& mouseEvent) { mHaveMouse = true; - gcn::Window::mouseEntered(mouseEvent); + Window::mouseEntered(mouseEvent); } void ChatWindow::mouseExited(gcn::MouseEvent& mouseEvent) { updateVisibility(); - gcn::Window::mouseExited(mouseEvent); + Window::mouseExited(mouseEvent); } void ChatWindow::draw(gcn::Graphics* graphics) -- cgit v1.2.3-60-g2f50