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
Bug fixes #1475
Bug fixes #1475
Conversation
…into bgIconLoading
What about selecting a new trigger when it gets created (via the preferences)? Any chance you're going to look at #1424 here? "Out of scope"? |
I thought I fixed the selecting thing no? Hmm.... I'll take a look at #1424 in a few days (AFK again!) On 19 April 2013 02:37, Rob McBroom notifications@github.com wrote:
|
You did fix the selection when the list is re-ordered. That works really well. It also seems easier to locate a new trigger, but not as easy as if it were selected by default. |
I hope you're happy now, 2 hours of fiddling with bindings, NSArrayControllers, QSTreeControllers (whatever they are) and IB :) |
2 hours? You got off easy by IB standards. I can't see any real difference. The new trigger is selected initially (when it's blank and the interface pops up asking what the trigger should do), but after you define a command and hit So I think the line you changed is doing its job, but another method is being called when the trigger is populated with its command, and that's where the selection needs to happen. I'll see if I can figure it out. |
Got it. Just take the line you changed:
and move it from |
OK I see your point about the selecting the wrong thing after hitting I've left the line in |
Fix 3 small bugs.Maybe more to come