We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d1666 commit 36fa910Copy full SHA for 36fa910
2 files changed
FlashpointSecurePlayer/RegistryStates.cs
@@ -1084,6 +1084,7 @@ public override void Activate(string templateName) {
1084
if (String.IsNullOrEmpty(keyDeleted)) {
1085
// we create a value
1086
// the value does not exist
1087
+ // or, we edit a value that exists
1088
activeRegistryStateElement.Type = TYPE.VALUE;
1089
activeRegistryStateElement.Value = value;
1090
} else {
FlashpointSecurePlayer/WebBrowserMode.cs
@@ -279,6 +279,7 @@ public bool PreFilterMessage(ref Message m) {
279
case WM_LBUTTONDOWN:
280
case WM_RBUTTONDOWN:
281
case WM_MBUTTONDOWN:
282
+ // these are intended to always return false
283
OnStopExitFullscreenLabelTimer(EventArgs.Empty);
284
return false;
285
case WM_XBUTTONUP:
0 commit comments