Compile fixes,
corrected cursors (it isn't as simple as you think) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2213,6 +2213,8 @@ void wxWindow::OnInternalIdle()
|
||||
|
||||
if (cursor.Ok() && m_currentGdkCursor != cursor)
|
||||
{
|
||||
m_currentGdkCursor = cursor;
|
||||
|
||||
if (m_wxwindow)
|
||||
{
|
||||
GdkWindow *window = m_wxwindow->window;
|
||||
@@ -2232,8 +2234,6 @@ void wxWindow::OnInternalIdle()
|
||||
if (window)
|
||||
gdk_window_set_cursor( window, cursor.GetCursor() );
|
||||
}
|
||||
|
||||
m_currentGdkCursor = cursor;
|
||||
}
|
||||
|
||||
UpdateWindowUI();
|
||||
|
Reference in New Issue
Block a user