From 81c8cd22e61701c1145dc267b0925add6cc0e78a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 8 Oct 2024 21:23:56 +0200 Subject: Fix list view column reordering This causes a little bit of flicker, but avoids race condition somewhere. --- UConfig.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 48028f3..a51591f 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.79-dev'; - ConstAboutBuildDate = '2024-01-19'; + ConstAboutVersion = '0.6.80-dev'; + ConstAboutBuildDate = '2024-10-08'; {$IFDEF FPC} {$INCLUDE fpcver.inc} -- cgit v1.2.3