got rectangular frame around button

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By cah9xddd

hi guys
image

got that frame around flat button, after she was pressed or keyboard switching on another,
how can i fix this?
or only swap for texture button will help?

:bust_in_silhouette: Reply From: Lopy

You can change this behavior with a theme. In the button’s properties, give it a theme (near the bottom). In that theme, click “Edit Theme” then “Add Class Items” and put in Button. Then your theme should have received extra properties on the right. In Button/Styles set Focus to a new StyleBoxEmpty.
You can save your theme to a file to give multiple buttons the same theme.

This rectangle indicates that your button is selected, which is an important information when trying to use your interface with a keyboard or a controller. You may want to make it look better instead of just removing the information.

it didn’t work in theme parameters, but works in button custom style parameters lol

cah9xddd | 2020-12-22 09:40

1 Like