Skip to content

Fixed Incorrect Null Check - #72

Merged
toptensoftware merged 4 commits into
toptensoftware:mainfrom
parentelement:main
Aug 21, 2023
Merged

Fixed Incorrect Null Check#72
toptensoftware merged 4 commits into
toptensoftware:mainfrom
parentelement:main

Conversation

@parentelement

Copy link
Copy Markdown
Contributor

== WHAT ==
Modified null check in ReplaceText to check the styleToUse variable.

== WHY ==

This previous commit added ad-hoc styling:
beb262e

The null check added inadvertently checks "styledText" which was just created instead of checking the "styleToUse" variable before attempting to apply it.

parentelementand others added 4 commits April 6, 2023 07:43
@Vercidium

Copy link
Copy Markdown
Contributor

+1, I also had to fix this

@toptensoftware
toptensoftware merged commit 4da86ac into toptensoftware:mainAug 21, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@parentelement@Vercidium@toptensoftware