mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cosmetics in views and GUI
This commit is contained in:
@@ -111,6 +111,9 @@ uint Selection::size()
|
||||
|
||||
Source *Selection::front()
|
||||
{
|
||||
if (selection_.empty())
|
||||
return nullptr;
|
||||
|
||||
return selection_.front();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user