From 6cda78d4c36402dfca65857779a387b9a8256fc0 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Fri, 15 May 2020 12:51:39 +0800 Subject: [PATCH] Add one more bug to the list. Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- BUGS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BUGS.md b/BUGS.md index 3b8d191..176afe6 100644 --- a/BUGS.md +++ b/BUGS.md @@ -29,3 +29,13 @@ Turn off layered window will solve this. But the window may flicker (see the pre 使用这个项目后,程序的内存用量突然明显增加。 关闭分层窗口可以解决这个问题,但这可能会导致窗口出现抖动或闪烁的问题(见上一个bug)。 + +## Window has white borders / 窗口有白边 + +The frameless window has white border on the right and bottom edges on Windows 7. + +Qt 5.6 series have this issue. Update your Qt version. + +在 Windows 7 上,窗口右边和底边有白边。 + +Qt 5.6 系列存在这个问题。请升级您的 Qt 版本。