Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-02-19 21:05:38 +0300
committerJulian Eisel <julian@blender.org>2021-02-19 21:05:38 +0300
commit720d76a9789f0ba7087b55d994bdcfda4ed5c8d2 (patch)
treefa5cffd079aef2860c80f80b80902f6076216e47 /source/blender/editors/interface
parenta23c7fd570d200bd95b0012fd6afd341f7d88d8d (diff)
parentb1142858d4ca5b26aea80fd7ffe2d2a39d4daf3d (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index 711d67710ad..3fec88810c9 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -4080,11 +4080,6 @@ static uiBut *ui_def_but(uiBlock *block,
}
#endif
- /* Always keep text in radio-buttons (expanded enums) center aligned. */
- if (ELEM(but->type, UI_BTYPE_ROW)) {
- but->drawflag &= ~UI_BUT_TEXT_LEFT;
- }
-
but->drawflag |= (block->flag & UI_BUT_ALIGN);
if (block->lock == true) {