mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #102648 from bruvzg/el_force
Expose `OVERRUN_ENFORCE_ELLIPSIS` flag to the controls.
This commit is contained in:
@@ -565,6 +565,8 @@ void TextServer::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(OVERRUN_TRIM_WORD);
|
||||
BIND_ENUM_CONSTANT(OVERRUN_TRIM_ELLIPSIS);
|
||||
BIND_ENUM_CONSTANT(OVERRUN_TRIM_WORD_ELLIPSIS);
|
||||
BIND_ENUM_CONSTANT(OVERRUN_TRIM_ELLIPSIS_FORCE);
|
||||
BIND_ENUM_CONSTANT(OVERRUN_TRIM_WORD_ELLIPSIS_FORCE);
|
||||
|
||||
/* TextOverrunFlag */
|
||||
BIND_BITFIELD_FLAG(OVERRUN_NO_TRIM);
|
||||
|
||||
Reference in New Issue
Block a user