mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02: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