Cosmetics in views and GUI

This commit is contained in:
brunoherbelin
2020-11-30 22:59:15 +01:00
parent 1538e7b85b
commit 053c2a3f1f
5 changed files with 31 additions and 12 deletions

View File

@@ -111,6 +111,9 @@ uint Selection::size()
Source *Selection::front()
{
if (selection_.empty())
return nullptr;
return selection_.front();
}