wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_THUMBRELEASE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bart A.M. Jourquin 2000-02-15 09:22:20 +00:00
parent fb2957900c
commit ddb22eb4b5
2 changed files with 2 additions and 2 deletions

View File

@ -1658,7 +1658,7 @@ static gint gtk_scrollbar_button_release_callback( GtkRange *widget,
if (win->m_isScrolling)
{
wxEventType command = wxEVT_SCROLLWIN_THUMBRELEASE;
wxEventType command = wxEVT_SCROLL_THUMBRELEASE;
int value = -1;
int dir = -1;

View File

@ -1658,7 +1658,7 @@ static gint gtk_scrollbar_button_release_callback( GtkRange *widget,
if (win->m_isScrolling)
{
wxEventType command = wxEVT_SCROLLWIN_THUMBRELEASE;
wxEventType command = wxEVT_SCROLL_THUMBRELEASE;
int value = -1;
int dir = -1;