]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/scrolbar.cpp
Check accelerators before sending EVT_CHAR
[wxWidgets.git] / src / motif / scrolbar.cpp
index a1e03f4b7d86f24c776fec5c7fb1d479b43a5ec2..bb3f97a8d24262bd4506ade89412a5af3da16c89 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -107,7 +107,7 @@ void wxScrollBar::SetScrollbar(int position, int thumbSize, int range, int pageS
 
 void wxScrollBar::Command(wxCommandEvent& event)
 {
-    SetThumbPosition(event.m_commandInt);
+    SetThumbPosition(event.GetInt());
     ProcessCommand(event);
 }