Skip to content

Commit 7ff5b24

Browse files
author
Sparky
authored
Merge pull request #2020 from Vurv78/patch-2
Uneditable credits box @wire_expression2_editor.lua
2 parents 2ea96c7 + ed9a189 commit 7ff5b24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/wire/client/text_editor/wire_expression2_editor.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,8 @@ function Editor:InitComponents()
787787

788788
self.C.Control = self:addComponent(vgui.Create("Panel", self), -350, 52, 342, -32) -- Control Panel
789789
self.C.Credit = self:addComponent(vgui.Create("DTextEntry", self), -160, 52, 150, 150) -- Credit box
790-
790+
self.C.Credit:SetEditable(false)
791+
791792
self:CreateTab("generic")
792793

793794
-- extra component options

0 commit comments

Comments
 (0)