-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Add shadow for Heroes Meeting dialog #9666
Conversation
…Window, Heroes::MeetingDialog and Battle::PopupDamageInfo. Revert code for Battle::PopupDamageInfo::_makeDamageImage()
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.
Hi @Furiiis, the shadow looks great!
I left three comments, could you please check them when you have time?
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.
@Furiiis, I left one more comment I missed during the previous review. Could you please check it.
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.
👍
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.
Hi @Furiiis , I left here few minor comments. Would you mind please to take a look at them when you have spare time?
Technically, this PR looks fine, but GitHub won't allow it to be merged until @ihhub clears his "changes requested" status. |
@Furiiis , many thanks for the fix! |
Fixes: #7106
Previous pr with duscussions: #9654
I moved the shadow generation from
StandardWindow::render()
to new function -addShadowForRectangularDialog()
.StandartWindow
,Heroes::MeetingDialog
andBattle::PopupDamageInfo
are using this function