Skip to content

Commit

Permalink
Fixed bug in new mouseover code
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed May 29, 2011
1 parent ce50a69 commit c87c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mushview.cpp
Expand Up @@ -6837,7 +6837,7 @@ bool CMUSHView::Mouse_Up_MiniWindow (CMUSHclientDoc* pDoc, CPoint point, long fl
if (it != pDoc->m_MiniWindows.end ())
{
sOldMouseDownHotspot = it->second->m_sMouseDownHotspot;
it->second->m_sMouseDownHotspot.empty ();
it->second->m_sMouseDownHotspot.erase ();
}
}

Expand Down

0 comments on commit c87c92e

Please sign in to comment.