From b1142858d4ca5b26aea80fd7ffe2d2a39d4daf3d Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 19 Feb 2021 19:02:57 +0100 Subject: Revert "Fix T80313: Fix clipped text in splash screen on hiDPI monitors" This reverts commit 7ee518cf705fcebee2d110bfbb6bf00a0f170efb. Causes T84869. The initial issue is less bad than this. We are looking into alternative fixes for 2.93 (see D9854 and D9853). --- source/blender/editors/interface/interface.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c index 319ae385ffc..6e62d6f1140 100644 --- a/source/blender/editors/interface/interface.c +++ b/source/blender/editors/interface/interface.c @@ -4079,11 +4079,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) { -- cgit v1.2.3