Disabled Bindings.xml to avoid taints in 10.0
This commit is contained in:
parent
33e6a45f8d
commit
a9e858d864
76 changed files with 1200 additions and 1411 deletions
|
|
@ -33,7 +33,7 @@ function Details.OpenRunCodeWindow()
|
|||
local f = DetailsRunCodePanel or DF:CreateSimplePanel(UIParent, 700, 480, "Details! Run Code", "DetailsRunCodePanel")
|
||||
|
||||
--lua editor
|
||||
local code_editor = DF:NewSpecialLuaEditorEntry (f, 885, 510, "text", "$parentCodeEditorWindow")
|
||||
local code_editor = DF:NewSpecialLuaEditorEntry(f, 885, 510, "text", "$parentCodeEditorWindow")
|
||||
f.CodeEditor = code_editor
|
||||
code_editor:SetPoint("topleft", f, "topleft", 20, -56)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue