Changeset 13 for Common/Theme.cs


Ignore:
Timestamp:
Feb 8, 2021, 4:23:17 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Fixes to existing classes.
  • Added: File type association method.
  • Added: RecentFiles and Table classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Theme.cs

    r12 r13  
    8787                    else if (color == Color.LightGray) color = Color.DarkGray;
    8888                    else if (color == Color.DarkGray) color = Color.LightGray;
     89                    else if (color == Color.Orchid) color = Color.DarkOrchid;
     90                    else if (color == Color.DarkOrchid) color = Color.Orchid;
    8991                }
    9092            }
Note: See TracChangeset for help on using the changeset viewer.