No changes, just remove an outdated comment
The comment in wxDataViewCustomRendererBase::RenderText() referred to the code which doesn't exist any more and so was useless and confusing, just remove it.
This commit is contained in:
@@ -987,7 +987,6 @@ wxDataViewCustomRendererBase::RenderText(const wxString& text,
|
|||||||
if ( !GetOwner()->GetOwner()->IsEnabled() )
|
if ( !GetOwner()->GetOwner()->IsEnabled() )
|
||||||
flags |= wxCONTROL_DISABLED;
|
flags |= wxCONTROL_DISABLED;
|
||||||
|
|
||||||
// get the alignment to use
|
|
||||||
wxRendererNative::Get().DrawItemText(
|
wxRendererNative::Get().DrawItemText(
|
||||||
GetOwner()->GetOwner(),
|
GetOwner()->GetOwner(),
|
||||||
*dc,
|
*dc,
|
||||||
|
Reference in New Issue
Block a user