Make save history icon not so hard to find, and show up on all saves (not just your own)
The icon is now shown whenever you hover over the save, not just when you hover over where the icon is supposed to be
This commit is contained in:
parent
0165a9b121
commit
b2045c067e
@ -231,7 +231,7 @@ void SaveButton::Draw(const Point& screenPos)
|
||||
g->BlendText({ x, y }, votesBackground2, 0xC0C0C0_rgb .WithAlpha(255));
|
||||
g->BlendText({ x+3, y }, votesString, 0xFFFFFF_rgb .WithAlpha(255));
|
||||
}
|
||||
if (isMouseInsideHistory && showVotes)
|
||||
if (isMouseInside)
|
||||
{
|
||||
int x = screenPos.X;
|
||||
int y = screenPos.Y-15+(Size.Y-thumbBoxSize.Y)/2+thumbBoxSize.Y;
|
||||
|
Reference in New Issue
Block a user