-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wx: Implement new, themed stars #5505
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I have one comment:
themed ? WxUtils::LoadScaledThemeBitmap(name, context, size, usable_size, | ||
WxUtils::LSI_SCALE | WxUtils::LSI_ALIGN_VCENTER) : | ||
WxUtils::LoadScaledResourceBitmap(name, context, size, usable_size, | ||
WxUtils::LSI_SCALE | WxUtils::LSI_ALIGN_VCENTER)); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Upload a screenshot please! |
@MayImilae Uploaded a screenshot |
(*vector)[static_cast<size_t>(index)] = img_list->Add(WxUtils::LoadScaledResourceBitmap( | ||
name, context, size, usable_size, WxUtils::LSI_SCALE | WxUtils::LSI_ALIGN_VCENTER)); | ||
auto bitmap = | ||
themed ? WxUtils::LoadScaledThemeBitmap(name, context, size, usable_size, |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Very nice! |
Adds @MayImilae's new stars to Wx.
Screenshot: