mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix Ignore Module / NPC highlighting
Edu removed the spacer character. Don't know if it was intentional or not, I will just add it here again.
This commit is contained in:
@@ -781,8 +781,6 @@ function onClickIgnoreButton()
|
||||
ignoreWindow = g_ui.displayUI('ignorewindow.otui')
|
||||
local ignoreListPanel = ignoreWindow:getChildById('ignoreList')
|
||||
ignoreWindow.onDestroy = function() ignoreWindow = nil end
|
||||
g_keyboard.bindKeyPress('Down', function() ignoreListPanel:focusNextChild(KeyboardFocusReason) end, channelsWindow)
|
||||
g_keyboard.bindKeyPress('Up', function() ignoreListPanel:focusPreviousChild(KeyboardFocusReason) end, channelsWindow)
|
||||
|
||||
local removeButton = ignoreWindow:getChildById('buttonRemove')
|
||||
removeButton:disable()
|
||||
|
Reference in New Issue
Block a user