-
Notifications
You must be signed in to change notification settings - Fork 49
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
Close Workfiles window on Open #545
Conversation
Seems to be some issues with coveralls and MacOS builds. This PR is ready to merged otherwise. |
I'm happy with this |
I did intentionally remove the behavior when I implemented the new tool as I used it much more to quickly browse and go between different scenes where having it open appeared faster to me. Nevertheless, I'm fine with closing on open - especially because it seems the preference for most people. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :D
Just a note. This only changes the behavior of (changed in 716bd78)on_open_pressed
, not on_browse_pressed
.
Maybe we could add a checkbox "Close on file open" in next PR, so it can be on demand.
That's actually a very good point. Maybe this is better placed in the |
Sure, we can do that! |
|
Not sure what you mean with Action? Do you mean a toggle somewhere, or a right mouse context menu? Anyway, having the option to keep it open is no hard requirement for me. So I'd be happy to merge as is and potentially open an issue if it becomes a problem. |
Ah yes, I wouldn't bother. It wouldn't be very clear that that specific one would then not close the Window, right? For me this is ready to merge as is. |
For what it's worth - just heard back from some Artists who also stated they "tend to keep it open" to quickly browse between different shots for some minor things. I'll create a separate issue to discuss a potential "toggle" to keep the tool open. |
If no other objections, merging this in one hour (reach 24 hr) ! |
Fix for #544