Typo and clarification
This commit is contained in:
+2
-2
@@ -1243,8 +1243,8 @@ class GuiDocEditor(QTextEdit):
|
|||||||
if self.docSearch.doMatchCap:
|
if self.docSearch.doMatchCap:
|
||||||
replWith = transferCase(selText, replWith)
|
replWith = transferCase(selText, replWith)
|
||||||
|
|
||||||
# Double check that we have a mach in case this is called on a
|
# Double check that we have a real match in case this is called
|
||||||
# plain word selection and not on a search
|
# on a regular word selection and not on a search match
|
||||||
if not self.docSearch.isCaseSense:
|
if not self.docSearch.isCaseSense:
|
||||||
isMatch = searchFor.lower() == selText.lower()
|
isMatch = searchFor.lower() == selText.lower()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user