https://bugs.winehq.org/show_bug.cgi?id=51137
Lorenzo Ferrillo lorenzofer@live.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |277daa7ea7e8a953a2f726ce935 | |4af82ab4635da
--- Comment #1 from Lorenzo Ferrillo lorenzofer@live.it --- 277daa7ea7e8a953a2f726ce9354af82ab4635da is the first bad commit commit 277daa7ea7e8a953a2f726ce9354af82ab4635da Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Apr 27 11:35:08 2021 +0800
comctl32/theming: Register themed dialog and scrollbar even when theming is not active.
So that we can turn on theming in runtime. Otherwise, themed dialog and scrollbar are not enabled even if a theme is made active in winecfg if theming is disabled at start.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44511 Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/comctl32/tests/misc.c | 2 +- dlls/comctl32/theming.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-)