summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index c632d238d..87fc5fc93 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1596,8 +1596,7 @@ void ami_handle_msg(void)
bw->reformat_pending = true;
} while(tab=ntab);
}
- // fall through
- case AMINS_FRAME:
+
gwin->bw->reformat_pending = true;
gwin->redraw_required = true;
break;
@@ -1666,7 +1665,7 @@ void ami_handle_msg(void)
// ReplyMsg((struct Message *)message);
}
- if((node->Type == AMINS_WINDOW) || (node->Type == AMINS_FRAME))
+ if(node->Type == AMINS_WINDOW)
{
if(gwin->redraw_required || gwin->bw->reformat_pending)
ami_do_redraw(gwin);