Skip to content

Commit

Permalink
Merge pull request #8653 from MeSophie/GeneralGraphicsissue8651
Browse files Browse the repository at this point in the history
Fixed Small Bug in General Graph Dialog
  • Loading branch information
N-thony authored Nov 21, 2023
2 parents 070f430 + 22b7f96 commit 9c5713c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instat/dlgGeneralForGraphics.vb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Public Class dlgGeneralForGraphics
sdgPlots.SetRCode(clsNewOperator:=ucrBase.clsRsyntax.clsBaseOperator, clsNewThemeFunction:=clsThemeFunction, dctNewThemeFunctions:=dctThemeFunctions, clsNewYScalecontinuousFunction:=clsYScalecontinuousFunction,
clsNewXScalecontinuousFunction:=clsXScalecontinuousFunction, clsNewLabsFunction:=clsLabsFunction, clsNewXLabsTitleFunction:=clsXlabsFunction, clsNewYLabTitleFunction:=clsYlabsFunction,
clsNewFacetFunction:=clsFacetsFunction, clsNewScaleFillViridisFunction:=clsScaleFillViridisFunction, clsNewScaleColourViridisFunction:=clsScaleColourViridisFunction, clsNewGlobalAesFunction:=clsGlobalAesFunction,
clsNewXScaleDateFunction:=clsXScaleDateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, ucrNewBaseSelector:=sdgLayerOptions.ucrGeomWithAes.ucrGeomWithAesSelector, clsNewAnnotateFunction:=clsAnnotateFunction,
clsNewXScaleDateFunction:=clsXScaleDateFunction, clsNewYScaleDateFunction:=clsYScaleDateFunction, ucrNewBaseSelector:=ucrGraphicsSelector, clsNewAnnotateFunction:=clsAnnotateFunction,
clsNewCoordPolarFunction:=clsCoordPolarFunction, clsNewCoordPolarStartOperator:=clsCoordPolarStartOperator, bReset:=bResetOptionsSubdialog)
sdgPlots.tbpPlotsOptions.SelectedIndex = 0
sdgPlots.ShowDialog()
Expand Down
2 changes: 1 addition & 1 deletion instat/sdgPlots.vb
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ Public Class sdgPlots
ucrChkFreeScalesY.SetRCode(clsFacetFunction, bReset, bCloneIfNeeded:=True)
End If
ucrNudNumberofRows.SetRCode(clsFacetFunction, bReset, bCloneIfNeeded:=True)
ucrChkLabeler.SetRCode(clsFacetFunction, bReset, bCloneIfNeeded:=True)
ucrChkLabeler.SetRCode(clsFacetFunction, bReset, bCloneIfNeeded:=True)
ucrChkDrop.SetRCode(clsFacetFunction, bReset, bCloneIfNeeded:=True)
ucrChkIncludeFacets.SetRCode(clsBaseOperator, bReset, bCloneIfNeeded:=True)

Expand Down

0 comments on commit 9c5713c

Please sign in to comment.