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:
Julian Smart
2000-05-23 18:55:07 +00:00
parent 77a93d3eb4
commit d30143f3cb
7 changed files with 55 additions and 9 deletions

View File

@@ -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)