-
Notifications
You must be signed in to change notification settings - Fork 236
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
Fixed issue with set_target_size passing the wrong value to plugins #1657
Conversation
…hat are split on the right and activated from the settings UI.
The specific issue is that the |
What are the steps to reproduce the issue? |
Steps to reproduce:
Current behaviour: The panel goes to a really weird position or disappears |
I think this should be done for this too: lite-xl/data/core/rootview.lua Line 284 in 0d6f904
So I guess This was already done in #1516, but if you do the same fix for Btw as a consequence of how you're doing the initial split in We have a plan for a better way to deal with "panels", but it'll have to wait for now. |
Updated with the changes to |
Sadly I don't think there's a good way with the current system. |
…ite-xl#1657) * Fixed issue with set_target_size passing the wrong value to plugins that are split on the right and activated from the settings UI. * Added position awareness for the all resize_child_node calls.
This happens for plugins that are split on the right and activated from the settings UI.
Fixes issue drmargarido/TodoTreeView#9 reported on the TodoTreeView plugin.