summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/theme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index 978581768..fb980a8e4 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -268,7 +268,6 @@ bool ro_gui_theme_add_descriptor(const char *folder, const char *leafname) {
return false;
}
sprintf(filename, "%s.%s", folder, leafname);
- LOG(("Filename: %s", filename));
/* get the header */
error = xosfind_openinw(osfind_NO_PATH, filename, 0,
@@ -636,6 +635,8 @@ void ro_gui_theme_redraw(wimp_draw *redraw) {
perform_redraw = true;
}
perform_redraw &= toolbar->display_buttons || toolbar->editor;
+ if ((toolbar->editor) && (toolbar->editor->toolbar_handle == redraw->w))
+ toolbar = toolbar->editor;
error = xwimp_redraw_window(redraw, &more);
if (error) {