]> git.saurik.com Git - wxWidgets.git/commit
Correct bug with items without attributes in wxGTK wxDVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 22:43:57 +0000 (22:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 22:43:57 +0000 (22:43 +0000)
commitb74399b98243cf446cc867410754c8d7d9ff60a2
treec36dd6a3f3faba7374e729a607fbef17bc23bb2e
parent47583ac10327986031e89c13b75238fc6f66381c
Correct bug with items without attributes in wxGTK wxDVC.

After the change to the sample in r62390 it turned out that wxGTK version
didn't handle items without attributes in a column where other items did have
attributes neither -- they inherited the last used attribute.

Fix this by remembering whether we are using any non-default attributes or not
and resetting them if we do.

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