You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
I'm building an extension for VisualStudioMac 2022 where I use a VPaned as main content of a pad. When dragging the split- handle the whole pad is re-dimensioning instead of its panels.
(This works correctly if I change it to a HPaned)
Expected: Panels in VPaned re-dimension while moving split-handle and keep size after mouse-up
Actual: Pad (Parent Window) re-dimension while moving split-handle and panels return to their original size after mouse-up
I'm building an extension for VisualStudioMac 2022 where I use a VPaned as main content of a pad. When dragging the split- handle the whole pad is re-dimensioning instead of its panels.
(This works correctly if I change it to a HPaned)
Expected: Panels in VPaned re-dimension while moving split-handle and keep size after mouse-up
Actual: Pad (Parent Window) re-dimension while moving split-handle and panels return to their original size after mouse-up
Example: https://github.com/IvoKrugers/VisualStudioMac.SimplePad/tree/develop run in Visual studio Mac 2022 preview (or stable fix project references), open any project, goto menu Tool -> Open SimplePads. Pad appears to the right.
Image while dragging:
The text was updated successfully, but these errors were encountered: