Browse Source

Added a note in History.txt about old themes needing filter = 1 assigned explicitly if used.

David Piuva 2 years ago
parent
commit
f5c38b365e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/DFPSR/History.txt

+ 2 - 0
Source/DFPSR/History.txt

@@ -27,3 +27,5 @@ Changes since version 0.1.0
 			Replace 'DsrKey_RightAlt' with 'DsrKey_Alt'
 			Merge any uplicated checks for left or right versions to clean up your code.
 			Rethink the design if you relied on distinguishing between left and right control, shift or alt.
+	* If you used a custom theme before the system was finished, you will now have to add the assignment "filter = 1" for components where rounded edges became black from adding the filter setting.
+		Because one can not let default values depend on which component is used when theme classes are shared freely between components.