]> git.saurik.com Git - wxWidgets.git/commit
Use gdk_window_invalidate instead of gtk_widget_queue_draw as the latter doesn't...
authorRobert Roebling <robert@roebling.de>
Sat, 28 Feb 2009 17:22:35 +0000 (17:22 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 28 Feb 2009 17:22:35 +0000 (17:22 +0000)
commitba86da30cf1a2a8429f3af465cbb6c9f52b307fb
tree59919db0af4d5a1383bb2bc9d4ad834614c1f71d
parent215e1b47369b4cce78c1330078431678961427a5
Use gdk_window_invalidate instead of gtk_widget_queue_draw as the latter doesn't e.g. invalidate a wxTreeCtrl correctly when place somewhere different from 0,0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp