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:
@@ -215,11 +215,11 @@ void wxPGDefaultRenderer::Render( wxDC& dc, const wxRect& rect,
|
||||
imageWidth = PreDrawCell( dc, rect, *cell, preDrawFlags );
|
||||
|
||||
if ( column == 1 )
|
||||
{
|
||||
if ( !isUnspecified )
|
||||
{
|
||||
editor = property->GetColumnEditor(column);
|
||||
|
||||
if ( !isUnspecified )
|
||||
{
|
||||
// Regular property value
|
||||
|
||||
wxSize imageSize = propertyGrid->GetImageSize(property, item);
|
||||
|
Reference in New Issue
Block a user