mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-20 07:01:27 +02:00
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:
@@ -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