Skip to content
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

Would it be possible to make Memory::lock_focus(...) public ? #993

Closed
the-drunk-coder opened this issue Dec 24, 2021 · 0 comments
Closed

Comments

@the-drunk-coder
Copy link

I'm trying to follow the latest changes in egui for my heavily modified text editor window, and the only thing that currently keeps me from keeping in my project repository and compiling against upstream egui is that I can't lock the focus because the associated method is private. Would it be possible to make it public ? It seems that would make it easier to create your own widgets in the long run.

If not, is there another method to lock the focus ?

The associated function I'm talking about is in memory.rs, line 330.

@emilk emilk closed this as completed in 2684929 Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant