13
0

NO-OP: braces, please!

This commit is contained in:
Paul Davis 2024-07-28 22:33:18 -06:00
parent 4b75ed249e
commit 941bc3a4f2

View File

@ -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);
}