From 733e2cb1e65728640adf2ac7dea9de7617dddcd0 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 28 Jul 2021 15:11:35 +0100 Subject: [PATCH] Fixed: update folder name --- Windows/Forms/TilePanel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Windows/Forms/TilePanel.cs b/Windows/Forms/TilePanel.cs index 237b67d..5452553 100644 --- a/Windows/Forms/TilePanel.cs +++ b/Windows/Forms/TilePanel.cs @@ -105,6 +105,8 @@ namespace FizzyLauncher.Windows.Forms title = value; labelRectangle = new Rectangle(labelMargin, labelTop, (this.Width - (labelMargin * 2)), (this.Height - labelTop - 1)); + + this.Invalidate(); } }