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:
parent
5851e64078
commit
5900bb7c5f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user