Small bug fixes, new lua functions and few new customized features

This commit is contained in:
OTCv8
2020-03-25 06:56:49 +01:00
parent b471981601
commit 1df9b82846
9 changed files with 11 additions and 2 deletions

View File

@@ -527,7 +527,6 @@ local function openAmountWindow(callback, actionType, actionText)
widget:setText((value*offer:getPrice())..'gp')
itembox:setText(value)
end
scrollbar:setRange(1, maximum)
scrollbar:setValue(1)