Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing resize in TabMove #3619

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Neko-Box-Coder
Copy link
Contributor

@Neko-Box-Coder Neko-Box-Coder commented Jan 20, 2025

If you create 2 scratched buffers tabs (just new tabs), do tabswitch 2, then perform a tabmove 1 (or tabmove 2, doesn't matter), and then go to the next/prev tab, the tab bar will disappear when selecting one of the tabs.

I didn't fully figure out why it happens but it seems like it is missing a Resize to update the tab sizes. This patch fixes that.

@usfbih8u
Copy link

I wanted to report this the other day, but I didn't have time. If you use tabmove, something goes wrong with the tabbar.

When you open 2 tabs and move the right one to the left with tabmove -1, the tabbar disappears for that tab (the left one, which is now on the right). However, when 3 tabs are open, it seems that this issue does not occur (or at least I couldn't reproduce it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants