TV: fix scripting

Change-Id: I84e8f87ff7f84d0624bfea72c2e12d148a5a2562
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2959
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
X512 2020-06-28 19:28:11 +09:00 committed by waddlesplash
parent 213e62a7a0
commit cc30c791bd

View File

@ -1281,6 +1281,8 @@ MainWin::MessageReceived(BMessage *msg)
SelectInterface(msg->what - M_SELECT_INTERFACE - 1);
break;
}
BWindow::MessageReceived(msg);
}
}