Commit 8c5f4aa 1 parent 6f86195 commit 8c5f4aa Copy full SHA for 8c5f4aa
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1024,6 +1024,7 @@ public void HideAll()
1024
1024
if ( extraForm != null && extraForm . Text != "" ) extraForm . Close ( ) ;
1025
1025
if ( updatesForm != null && updatesForm . Text != "" ) updatesForm . Close ( ) ;
1026
1026
if ( matrixForm != null && matrixForm . Text != "" ) matrixForm . Close ( ) ;
1027
+ if ( handheldForm != null && handheldForm . Text != "" ) handheldForm . Close ( ) ;
1027
1028
}
1028
1029
1029
1030
/// <summary>
@@ -1044,6 +1045,7 @@ public bool HasAnyFocus(bool lostFocusCheck = false)
1044
1045
( extraForm != null && extraForm . ContainsFocus ) ||
1045
1046
( updatesForm != null && updatesForm . ContainsFocus ) ||
1046
1047
( matrixForm != null && matrixForm . ContainsFocus ) ||
1048
+ ( handheldForm != null && handheldForm . ContainsFocus ) ||
1047
1049
this . ContainsFocus ||
1048
1050
( lostFocusCheck && Math . Abs ( DateTimeOffset . Now . ToUnixTimeMilliseconds ( ) - lastLostFocus ) < 300 ) ;
1049
1051
}
You can’t perform that action at this time.
0 commit comments