Skip to content

Commit

Permalink
Merge pull request #2020 from Vurv78/patch-2
Browse files Browse the repository at this point in the history
Uneditable credits box @wire_expression2_editor.lua
  • Loading branch information
Sparky authored Feb 12, 2020
2 parents 2ea96c7 + ed9a189 commit 7ff5b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/wire/client/text_editor/wire_expression2_editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,8 @@ function Editor:InitComponents()

self.C.Control = self:addComponent(vgui.Create("Panel", self), -350, 52, 342, -32) -- Control Panel
self.C.Credit = self:addComponent(vgui.Create("DTextEntry", self), -160, 52, 150, 150) -- Credit box

self.C.Credit:SetEditable(false)

self:CreateTab("generic")

-- extra component options
Expand Down

0 comments on commit 7ff5b24

Please sign in to comment.