marijnz / unity-toolbar-extender

Extend the Unity Toolbar with your own Editor UI code.
MIT License
1.67k stars 168 forks source link

Don't work for resized window #3

Closed bobwong89757 closed 5 years ago

bobwong89757 commented 5 years ago

Don't work for resized window, can triggered by resize unity window image image

marijnz commented 5 years ago

Hi, thanks for opening. This is on Mac right? You could still checkout and try https://github.com/marijnz/unity-toolbar-extender/tree/potential_windows_fix? Resizing the Unity application window should work fine, I just tried it again to make sure, and it works for me. Do you have reproduction steps?

bobwong89757 commented 5 years ago

Hi,marijnz,thank you for the feedback so quickly,I have checkout the new branch but it was not works for me and I works on Mac too. 2018-11-07 09 22 03

marijnz commented 5 years ago

Hey. So by not working, you mean it's not updating while you're resizing right? After it, it snaps to the right position and works as usual? So in other words, it's just the visual glitch?

bobwong89757 commented 5 years ago

image Yes,it's a visual glitch like these.

marijnz commented 5 years ago

Fixed in https://github.com/marijnz/unity-toolbar-extender/pull/7 which got merged to master. You can double check and close the issue if all is good.