mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
LibGUI/AbstractView: Expose activates_on_selection
This commit is contained in:
committed by
Ali Mohammad Pur
parent
27572c9d34
commit
dbbc583860
@@ -23,6 +23,8 @@ AbstractView::AbstractView()
|
||||
: m_sort_order(SortOrder::Ascending)
|
||||
, m_selection(*this)
|
||||
{
|
||||
REGISTER_BOOL_PROPERTY("activates_on_selection", activates_on_selection, set_activates_on_selection);
|
||||
|
||||
set_focus_policy(GUI::FocusPolicy::StrongFocus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user