mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Minor fix to scroll bar
This commit is contained in:
@@ -1082,7 +1082,7 @@ function Market.onMarketEnter(depotItems, offers, balance, vocation)
|
||||
if player then
|
||||
information.player = player
|
||||
end
|
||||
if vocation < 0 then
|
||||
if vocation == -1 then
|
||||
if player then
|
||||
information.vocation = player:getVocation()
|
||||
end
|
||||
|
@@ -21,7 +21,6 @@ AmountWindow < MainWindow
|
||||
anchors.top: prev.top
|
||||
margin-left: 10
|
||||
margin-top: -2
|
||||
focusable: false
|
||||
|
||||
Button
|
||||
id: buttonCancel
|
||||
|
Reference in New Issue
Block a user