Fixed unspecified property value rendering for various editor types (including check box)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-12-14 15:12:29 +00:00
parent 5851e64078
commit 5900bb7c5f

View File

@ -216,10 +216,10 @@ void wxPGDefaultRenderer::Render( wxDC& dc, const wxRect& rect,
if ( column == 1 )
{
editor = property->GetColumnEditor(column);
if ( !isUnspecified )
{
editor = property->GetColumnEditor(column);
// Regular property value
wxSize imageSize = propertyGrid->GetImageSize(property, item);