-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**New Features:** - You can now customize the background color around buttons to give rounded buttons a smoother appearance. - Windows 10 users can also enable rounded buttons now. **Changes:** - Our previous approach of using `RoundRect` to create rounded corners has been replaced with `CreateRoundRectRgn` + `SetWindowRgn` + `FillRect` for a higher-quality. --- **新增:** - 現在可以設定按鈕周圍的背景顏色,使圓角按鈕的外觀更圓潤。 - 現在 Windows 10 使用者也可以啟用圓角按鈕了。 **變更** - 原本使用 `RoundRect` 繪製圓角,但由於品質不佳,現已改用 `CreateRoundRectRgn` + `SetWindowRgn` + `FillRect` 來繪製圓角。
- Loading branch information
Showing
1 changed file
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters