Fixed display of 'InlineHelp' attribute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -264,6 +264,10 @@ void wxPGDefaultRenderer::Render( wxDC& dc, const wxRect& rect,
|
|||||||
{
|
{
|
||||||
text = vInlineHelp.GetString();
|
text = vInlineHelp.GetString();
|
||||||
dc.SetTextForeground(propertyGrid->GetCellDisabledTextColour());
|
dc.SetTextForeground(propertyGrid->GetCellDisabledTextColour());
|
||||||
|
|
||||||
|
// Must make the editor NULL to override it's own rendering
|
||||||
|
// code.
|
||||||
|
editor = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user