mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-10 02:26:29 +00:00
LibGUI: Add a mode where GTableModel automatically activates on selection.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
IRCClientWindowListModel::IRCClientWindowListModel(IRCClient& client)
|
||||
: m_client(client)
|
||||
{
|
||||
set_activates_on_selection(true);
|
||||
}
|
||||
|
||||
IRCClientWindowListModel::~IRCClientWindowListModel()
|
||||
|
||||
Reference in New Issue
Block a user