Skip to content

Commit

Permalink
Changed default options vaues
Browse files Browse the repository at this point in the history
  • Loading branch information
conlooptechnologies committed Feb 14, 2022
1 parent 464e56c commit 33addeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instat/dlgRegularSequence.vb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Public Class dlgRegularSequence
Private bReset As Boolean = True
Private clsRepFunction, clsSeqFunction, clsSeqDateFunction As New RFunction
Private clsByOperator As New ROperator
Private strDefaultSequenceOption As String
Private bDefaultOptionChanged As Boolean
Private strDefaultSequenceOption As String = ""
Private bDefaultOptionChanged As Boolean = False
'used to determine if the preview script has changed and whether to reresh preview or not
Private strPreviewScript As String = ""

Expand Down

0 comments on commit 33addeb

Please sign in to comment.