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:
parent
fb2957900c
commit
ddb22eb4b5
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user