You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This property that you removed under "Clean up code and remove unused property AccentTextColor." pull 278, is causing the project to cry though it is unused, it was created automatically on the earlier version. So if you have a project with more than 100 buttons you will need to comment out or delete this line, for example in my button; this.btnDBSettings.AccentTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(64)))), ((int)(((byte)(129)))));
So the question is should we soldier on and delete or comment them?
The text was updated successfully, but these errors were encountered:
This property that you removed under "Clean up code and remove unused property AccentTextColor." pull 278, is causing the project to cry though it is unused, it was created automatically on the earlier version. So if you have a project with more than 100 buttons you will need to comment out or delete this line, for example in my button;
this.btnDBSettings.AccentTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(64)))), ((int)(((byte)(129)))));
So the question is should we soldier on and delete or comment them?
The text was updated successfully, but these errors were encountered: