Removed the now unneeded reloading of log limits on theme reload.
This commit is contained in:
parent
95d521de9e
commit
f77381864e
@ -2442,9 +2442,6 @@ void Courtroom::on_reload_theme_clicked()
|
|||||||
{
|
{
|
||||||
ao_app->reload_theme();
|
ao_app->reload_theme();
|
||||||
|
|
||||||
//Refresh IC chat limits.
|
|
||||||
ui_ic_chatlog->document()->setMaximumBlockCount(ao_app->get_max_log_size());
|
|
||||||
|
|
||||||
//to update status on the background
|
//to update status on the background
|
||||||
set_background(current_background);
|
set_background(current_background);
|
||||||
enter_courtroom(m_cid);
|
enter_courtroom(m_cid);
|
||||||
|
Loading…
Reference in New Issue
Block a user