olmokramer / atom-autohide-tree-view

Hides most of the tree view, reveal it on hover
MIT License
38 stars 7 forks source link

Pinned Tree View hides after pressing Alt #50

Closed feimosi closed 9 years ago

feimosi commented 9 years ago

When you press Alt to invoke Atom's menu-bar and have Tree View pinned with the special button, it hides itself and becomes unpinned (the icon remains unchanged)

Package version: 0.24.3 Atom 1.0.11

olmokramer commented 9 years ago

Thanks for reporting the issue. I can reproduce the behavior. Really weird! I'll look into it

olmokramer commented 9 years ago

I've found the issue. The package was listening to window resizes for the maxWindowWidth setting. Showing/hiding the menu bar changes window size, and apparently it hid the tree view when it was visible. The fix will be included in the next release.

feimosi commented 9 years ago

That's great, thanks for a quick response!

olmokramer commented 9 years ago

I've just published the new version. I'm sorry it took so long, #28 has been holding it back for about a week. Please let me know if it resolves your issues.

feimosi commented 9 years ago

I can confirm the issue is fixed. Thanks once again.

olmokramer commented 9 years ago

You're welcome :)