Alexandre Julliard pushed to branch master at wine / wine Commits: d9847095 by Steven Don at 2026-04-08T12:38:30+02:00 taskmgr: Fix CPU and Memory usage history graphs. The graphs on the Task Manager "Performance" tab did not update their size correctly when the window was being resized. This resulted to the graphs being clipped to the default (small) size. This patch releases the existing memory DC and bitmaps when the control is resized and allocates new ones. It also switches from having only 4 horizontal grid lines to having a grid line every 10 rows, making for a grid of squares rather than vertically stretched rectangles. - - - - - 1 changed file: - programs/taskmgr/graphctl.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d984709516c38062d205fc686f92904... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d984709516c38062d205fc686f92904... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help