Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8737 from MeSophie/GraphicIssue…
Browse files Browse the repository at this point in the history
…8736

Fixed Bug On The Graphics Dialogs.
  • Loading branch information
N-thony authored Jan 19, 2024
2 parents 34efd2d + c648e57 commit 5a1fcc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion instat/frmMain.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion instat/sdgPlots.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ Public Class sdgPlots

If clsFacetFunction.ContainsParameter("facets") Then
clsTempParam = clsFacetFunction.GetParameter("facets")
If clsTempParam.bIsOperator AndAlso clsTempParam.clsArgumentCodeStructure IsNot Nothing Then
If clsTempParam.bIsOperator AndAlso clsTempParam.clsArgumentCodeStructure IsNot Nothing AndAlso clsNewFacetVariablesOperator IsNot Nothing Then
clsFacetVariablesOperator = clsNewFacetVariablesOperator
Else
clsFacetVariablesOperator = New ROperator("~")
Expand Down

0 comments on commit 5a1fcc3

Please sign in to comment.