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
- Correctly handle RawInput now. (I forgot the value is a "flag", not numeric value). Now holding mouse buttons while scrolling will still work.
- Improved PSO2 Updater Result dialog: Added name filter and export result to file.
- Changed 'PSO2 Data Manager' dialog, as well as added 1 new option regarding Nvidia DLSS version.
- Fixed COMException which make IE-based WebBrowser to load the pso2 news page.
- Update MahApps.Metro to v2.4.10.
/// <summary>When this method is added to a <seealso cref="System.Windows.Controls.Primitives.Selector.SelectionChanged"/>, prevent the control from selecting no items.</summary>
9
+
/// <remarks>
10
+
/// <para>You can also just pass-through the event handler to this handler.</para>
11
+
/// <para>Currently supports only <seealso cref="TabControl"/>.</para>
12
+
/// </remarks>
13
+
/// <param name="sender">The element which raised this event. May be <see langword="null"/>.</param>
14
+
/// <param name="e">The event parameters which associated with the event.</param>
0 commit comments