From cee3ef20d4a28f1827be21709487007eb908e1b7 Mon Sep 17 00:00:00 2001 From: Person Date: Fri, 22 Dec 2017 20:25:14 -0800 Subject: [PATCH] --Bug fixes -Update Version History.txt file. --- Data/Version History.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Data/Version History.txt b/Data/Version History.txt index 6a353dc..7b06652 100644 --- a/Data/Version History.txt +++ b/Data/Version History.txt @@ -1,4 +1,4 @@ -1.0.0.7 12/21/2017 +1.0.0.7 12/22/2017 --User changes -Support 4k monitors, and in general, properly scale any monitor that is not HD. -Allow for a spatial filter of radius zero, which means do not use a spatial filter. @@ -17,6 +17,7 @@ -Allow group dragging and floating of dock widgets. -Make some tables auto size to their contents because some text appeared obscured on Linux. -Opening an Xml was not properly setting the background field on the GUI, even though it was correctly parsed and used. + -Clicking random palette when using a palette file with 2 palettes could lead to a program freeze. --Code changes -Convert projects to Visual Studio 2017.