summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-04-07 19:34:43 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-04-07 19:34:43 -0400
commit0faff42e17cbe349a0b5812a653456ab67d49e52 (patch)
treeb65f1e99024a4b839b88550b096de8c206ff3029 /windows
parent27e6bca65e8991ec1525dafd9ac966ae614bc003 (diff)
downloadabaddon-portaudio-0faff42e17cbe349a0b5812a653456ab67d49e52.tar.gz
abaddon-portaudio-0faff42e17cbe349a0b5812a653456ab67d49e52.zip
default expand all audit log entries
Diffstat (limited to 'windows')
-rw-r--r--windows/guildsettings/auditlogpane.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/guildsettings/auditlogpane.cpp b/windows/guildsettings/auditlogpane.cpp
index cd82425..d2cbc94 100644
--- a/windows/guildsettings/auditlogpane.cpp
+++ b/windows/guildsettings/auditlogpane.cpp
@@ -470,8 +470,7 @@ void GuildSettingsAuditLogPane::OnAuditLogFetch(const AuditLogData &data) {
"</b>");
}
- if (extra_markup.size() <= 1)
- expander->set_expanded(true);
+ expander->set_expanded(true);
auto contents = Gtk::manage(new Gtk::Box(Gtk::ORIENTATION_VERTICAL));
for (const auto &extra : extra_markup) {