patch 9.1.1448: tabpanel is not displayed correctly when msg_scrolled

Problem:  tabpanel is not displayed correctly when msg_scrolled
Solution: remove the msg_scrolled condition (Hirohito Higashi)

fixes: #17502
closes: #17510

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hirohito Higashi
2025-06-10 20:19:04 +02:00
committed by Christian Brabandt
parent 91782b4aeb
commit 3ca6776a57
5 changed files with 43 additions and 3 deletions

View File

@ -120,9 +120,6 @@ tabpanelopt_changed(void)
int
tabpanel_width(void)
{
if (msg_scrolled != 0)
return 0;
switch (p_stpl)
{
case 0: