call GTKUpdateCursor() from SetCursor()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-01 21:44:22 +00:00
parent 6ff9dc034d
commit 2f2620215e
2 changed files with 5 additions and 10 deletions

View File

@@ -353,7 +353,7 @@ protected:
// set the current cursor for all GdkWindows making part of this widget
// (see GTKGetWindow)
public:
//
// should be called from OnInternalIdle() if it's overridden
void GTKUpdateCursor();