~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/window.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2014-10-27 18:15:40 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20141027181540-jvyjufjo9igruklh
Tags: 1.4.10.25-1
[ Andrei Karas ]
* Updated debian/copyright.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
840
840
void Window::mouseMoved(MouseEvent &event)
841
841
{
842
842
    updateResizeHandler(event);
843
 
    if (popupManager)
 
843
    if (popupManager && !event.isConsumed())
844
844
    {
845
845
        popupManager->hideBeingPopup();
846
846
        popupManager->hideTextPopup();