Misc small mods for WIN16 and making HTB files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1258,9 +1258,9 @@ void wxListHeaderWindow::DrawCurrent()
|
||||
|
||||
void wxListHeaderWindow::OnMouse( wxMouseEvent &event )
|
||||
{
|
||||
wxCoord x = (wxCoord)event.GetX();
|
||||
wxCoord y = (wxCoord)event.GetY();
|
||||
|
||||
int x = event.GetX();
|
||||
int y = event.GetY();
|
||||
|
||||
m_owner->CalcUnscrolledPosition( x, 0, &x, NULL );
|
||||
|
||||
if (m_isDragging)
|
||||
|
Reference in New Issue
Block a user