Skip to content

Exposed Control::focus_mode to the scene editor

Rafał Mikrut requested to merge github/fork/leezh/control_focus_mode into master

Created by: leezh

Allows fine-tuning of tab focusing without using scripts.

Exposed get_focus_mode() to the script Added focus_mode to the property panels for line-edit and sliders Added enabled_focus_mode to the property panels for buttons

enabled_focus_mode is used when button is enabled/disabled

Merge request reports