From 937052b231259a47d881d539ad5748245ef55b99 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 3 Jun 2022 08:55:20 +0200 Subject: New upstream version 3.2.1 --- ColorsPanel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ColorsPanel.c') diff --git a/ColorsPanel.c b/ColorsPanel.c index 50188f6..5900884 100644 --- a/ColorsPanel.c +++ b/ColorsPanel.c @@ -68,6 +68,7 @@ static HandlerResult ColorsPanel_eventHandler(Panel* super, int ch) { this->settings->colorScheme = mark; this->settings->changed = true; + this->settings->lastUpdate++; CRT_setColors(mark); clear(); -- cgit v1.2.3