Changeset 4


Ignore:
Timestamp:
Feb 21, 2019, 2:17:41 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Do not execute empty event handler.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Theme.cs

    r3 r4  
    142142            } else
    143143           
    144             OnApplyTheme(component);
     144            if (OnApplyTheme != null) OnApplyTheme(component);
    145145        }
    146146
Note: See TracChangeset for help on using the changeset viewer.