Initialize blip_rate and blank_blip before the text message chat_tick is called instead of when reload_theme is pressed (more intuitive application of the settings)
This commit is contained in:
parent
1a3f500034
commit
9ebc0f9b54
@ -467,9 +467,6 @@ void Courtroom::set_pair_list()
|
|||||||
|
|
||||||
void Courtroom::set_widgets()
|
void Courtroom::set_widgets()
|
||||||
{
|
{
|
||||||
blip_rate = ao_app->read_blip_rate();
|
|
||||||
blank_blip = ao_app->get_blank_blip();
|
|
||||||
|
|
||||||
QString filename = "courtroom_design.ini";
|
QString filename = "courtroom_design.ini";
|
||||||
|
|
||||||
pos_size_type f_courtroom =
|
pos_size_type f_courtroom =
|
||||||
@ -3232,6 +3229,8 @@ void Courtroom::start_chat_ticking()
|
|||||||
tick_pos = 0;
|
tick_pos = 0;
|
||||||
blip_ticker = 0;
|
blip_ticker = 0;
|
||||||
text_scrawl = ao_app->get_text_scrawl();
|
text_scrawl = ao_app->get_text_scrawl();
|
||||||
|
blip_rate = ao_app->read_blip_rate();
|
||||||
|
blank_blip = ao_app->get_blank_blip();
|
||||||
|
|
||||||
// At the start of every new message, we set the text speed to the default.
|
// At the start of every new message, we set the text speed to the default.
|
||||||
current_display_speed = 3;
|
current_display_speed = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user