-
Notifications
You must be signed in to change notification settings - Fork 31
slider : add hidePointer() method #72
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
base: wiliwili
Are you sure you want to change the base?
Conversation
|
@xfangfang, sorry, if that was your proposal, I would not agree with it at all. This should be 2 completely different UI components, at least @PoloNX can inherit Slider to not duplicate code for now (and later rewrite it as separate component), but in current solutions having irrevertible public function is completely bad practice I'd better say that previous PR was good enough, only namings and a bit of code clean up had to be done there. It was much better than this solution |
|
@XITRIX It’s okay for me to accept the original pr, but I feel that there is a lot of reusable code between the new and current components, so there is no need to reimplement the basic parts. |
|
Hi, just added the showPointer() method. Can someone review the code ? |
|
Check, pls, that Also, I'm not sure that this functions should call |
|
When you focus the pointer on Hos, is there a small blue selection circle or nothing at all? Perhaps it should be hidden if it's not there on Hos. |
|
It appears when you start to drag it, you can check it's behaviour on your own in Album app |
|
is it good ? |
a81dbad to
48f18ea
Compare


Write the function proposed here. Works fine