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

textbox focused border can now be disabled #659

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

ashbob999
Copy link

@ashbob999 ashbob999 commented Jun 10, 2022

Added a new function to textbox and text_editor so that the border that is shown when the widget is clicked on can be disabled.
The need for this was discussed in #656.

Example use to disable it:

form fm;
textbox tb{ fm };

tb.enable_border_focused(false);

The name of the function may need to be changed though, to maybe something like enable_focused_border_when_clicked, so it's more clear.

@ashbob999 ashbob999 changed the base branch from master to develop-1.8 June 10, 2022 15:11
@cnjinhao cnjinhao merged commit 99a69bc into cnjinhao:develop-1.8 Dec 22, 2023
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

Successfully merging this pull request may close these issues.

2 participants