Tools__CodeView2.st
branchjv
changeset 19603 e1fd0c06dfa6
parent 19602 ab99cb004e8a
child 19604 b02a518e2c70
--- a/Tools__CodeView2.st	Fri Jul 09 06:51:56 2021 +0100
+++ b/Tools__CodeView2.st	Fri Jul 09 07:02:04 2021 +0100
@@ -3228,6 +3228,14 @@
 
 !CodeView2::TextView methodsFor:'accessing'!
 
+border: aBorder
+    "/ Nothing to do - the border should be set in Tools::CodeView2.
+    "/ This is here since inherited initStyle still checks for text.borderWidth and
+    "/ text.borderColor styles and create border if needed.
+
+    "Created: / 30-06-2021 / 20:26:46 / Jan Vrany <jan.vrany@labware.com>"
+!
+
 changedDiffText
     ^ changedDiffText
 !