NO-OP: braces, please!
This commit is contained in:
parent
4b75ed249e
commit
941bc3a4f2
@ -627,8 +627,9 @@ private:
|
||||
|
||||
void add_to_selection (T* child)
|
||||
{
|
||||
if ( !child->is_selectable() )
|
||||
if (!child->is_selectable()) {
|
||||
return;
|
||||
}
|
||||
_selection.push_back (child);
|
||||
setup_child_state (child);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user