mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 02:16:37 +02:00
Fix downvote button not being reset when opening a local save
This commit is contained in:
@@ -1012,7 +1012,7 @@ void GameView::NotifySaveChanged(GameModel * sender)
|
||||
upVoteButton->Appearance.BackgroundDisabled = (ui::Colour(0, 0, 0));
|
||||
upVoteButton->Appearance.BorderDisabled = ui::Colour(100, 100, 100);
|
||||
downVoteButton->Enabled = false;
|
||||
upVoteButton->Appearance.BackgroundDisabled = (ui::Colour(0, 0, 0));
|
||||
downVoteButton->Appearance.BackgroundDisabled = (ui::Colour(0, 0, 0));
|
||||
downVoteButton->Appearance.BorderDisabled = ui::Colour(100, 100, 100);
|
||||
tagSimulationButton->Enabled = false;
|
||||
tagSimulationButton->SetText("[no tags set]");
|
||||
|
Reference in New Issue
Block a user