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