Skip to content

Commit 8d9331a

Browse files
fix interfacelayer not applying stretching when load_image is called (reload theme, chat arrows, etc.)
1 parent 433b7f3 commit 8d9331a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/aolayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ void EffectLayer::load_image(QString p_filename, bool p_looping)
238238

239239
void InterfaceLayer::load_image(QString p_filename, QString p_miscname)
240240
{
241+
last_path = "";
241242
stretch = true;
242243
QString final_image = ao_app->get_image(p_filename, ao_app->current_theme, ao_app->get_subtheme(), ao_app->default_theme, p_miscname);
243244
start_playback(final_image);

0 commit comments

Comments
 (0)