You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Update ColorButton.ahk
New Features:
Changes:
RoundRect
to create rounded corners has been replaced withCreateRoundRectRgn
+SetWindowRgn
+FillRect
for a higher-quality.新增:
變更
RoundRect
繪製圓角,但由於品質不佳,現已改用CreateRoundRectRgn
+SetWindowRgn
+FillRect
來繪製圓角。Full Changelog: v1.0.0...v1.1.0
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions