20250216
This commit is contained in:
@@ -90,7 +90,9 @@ namespace OnDoc.Klassen
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message);
|
||||
Logging.Logging.Debug("Fehlerhafte EDK-Datei: " + filename, "OnDoc-EDK", "");
|
||||
System.IO.File.Delete(filename);
|
||||
return;
|
||||
}
|
||||
|
||||
// read header elements
|
||||
|
||||
@@ -25,8 +25,8 @@ namespace OnDoc.Klassen
|
||||
private static int r;
|
||||
private static int b;
|
||||
private static int g;
|
||||
public static byte ShadowOpacity = 0;
|
||||
public static byte InactivShadowOpacity = 0;
|
||||
public static byte ShadowOpacity = 100;
|
||||
public static byte InactivShadowOpacity = 100;
|
||||
|
||||
public static Color Titelbar()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user