Conversation
cmyr
left a comment
There was a problem hiding this comment.
Looks good. A few little notes and doc fixups, but nothing major!
Signed-off-by: xarvic <xarvix@web.de>
Signed-off-by: xarvic <xarvix@web.de>
|
@xarvic I've invited you as a collaborator on this repo; you should feel free to merge your own PRs when they're approved and you're happy with them, and feel free to approve other PRs when you feel confident about the changes. :) |
|
Thanks :) How can I accept? I have not received an e-mail or a notification on Github |
|
So I'm playing around with |
|
Same here. I'm on Windows 10 with the latest Druid@master. |
|
I suspect that's because we need to land #1717, which implements the style changes. |
|
Works with #1717 👍 |
|
Sorry for my git-ignorance, but I'm pulling in: Since it looks like #1717 has been merged, do I just have to |
|
|
|
Aha! That did it. Thanks! :) |
Adds a widget wrapper that disables the inner widget if the provided closure returns true.
For the moment the only effect is that the text boxes annotated with "(disabled)" can't be focused by pressing Tab. The visual changes and changes in behavior are implemented on the widgets themselves in a following PR.