Window size flicker issue fix when changing files

This commit is contained in:
Frank Skare
2021-09-23 19:46:38 +02:00
parent 38a816a255
commit 819b026ec7
4 changed files with 16 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ public static class ConvertStringExtension
public static class PathStringExtension
{
// return extension with lower case and without dot.
// returns the extension with lower case and without preceding dot.
public static string Ext(this string instance)
{
if (instance == null)