Consistent indentation in generic DVC
This commit is contained in:
@@ -4141,7 +4141,6 @@ wxDataViewMainWindow::FindColumnForEditing(const wxDataViewItem& item, wxDataVie
|
|||||||
if ( candidate && !GetModel()->HasValue(item, candidate->GetModelColumn()) )
|
if ( candidate && !GetModel()->HasValue(item, candidate->GetModelColumn()) )
|
||||||
candidate = FindFirstColumnWithValue(item);
|
candidate = FindFirstColumnWithValue(item);
|
||||||
|
|
||||||
|
|
||||||
if ( !candidate )
|
if ( !candidate )
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user