Skip to content

Commit c87c92e

Browse files
committed
Fixed bug in new mouseover code
1 parent ce50a69 commit c87c92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mushview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6837,7 +6837,7 @@ bool CMUSHView::Mouse_Up_MiniWindow (CMUSHclientDoc* pDoc, CPoint point, long fl
68376837
if (it != pDoc->m_MiniWindows.end ())
68386838
{
68396839
sOldMouseDownHotspot = it->second->m_sMouseDownHotspot;
6840-
it->second->m_sMouseDownHotspot.empty ();
6840+
it->second->m_sMouseDownHotspot.erase ();
68416841
}
68426842
}
68436843

0 commit comments

Comments
 (0)