Skip to content

Commit

Permalink
actually save the damn merge
Browse files Browse the repository at this point in the history
  • Loading branch information
demonnic committed Mar 24, 2020
1 parent 5ebc1d7 commit df5b0d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mudlet-lua/lua/GUIUtils.lua
Expand Up @@ -1863,8 +1863,6 @@ end
-- createButton is deprecated better use createLabel instead
createButton = createLabel

<<<<<<< HEAD

-- Internal function used by copy2html and copy2decho
local function copy2color(name,win,str,inst)
local line = getCurrentLine(win or "main")
Expand Down Expand Up @@ -1949,7 +1947,7 @@ end
function copy2html(win, str, inst)
return copy2color("copy2html", win, str, inst)
end
=======

function resetLabelCursor(name)
assert(type(name) == 'string', 'resetLabelCursor: bad argument #1 type (name as string expected, got '..type(name)..'!)')
return setLabelCursor(name, -1)
Expand All @@ -1962,4 +1960,3 @@ function setLabelCursor(labelname, cursorShape)
end
return setLabelCursorLayer(labelname, cursorShape)
end
>>>>>>> upstream/development

0 comments on commit df5b0d2

Please sign in to comment.