mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Changed scrollbar style, and some other changes:
* Changed the scrollbar style to look a bit nicer. * Fixed a typo in the EventDispatcher class. * Added PlayerStates to player.lua. * Minor tweak to console tab spacing. * Add unbinding key 'Ctrl+Shift+D' in the options.
This commit is contained in:
@@ -124,6 +124,7 @@ end
|
||||
function Options.terminate()
|
||||
g_keyboard.unbindKeyDown('Ctrl+D')
|
||||
g_keyboard.unbindKeyDown('Ctrl+F')
|
||||
g_keyboard.unbindKeyDown('Ctrl+Shift+D')
|
||||
optionsWindow:destroy()
|
||||
optionsWindow = nil
|
||||
optionsButton:destroy()
|
||||
|
Reference in New Issue
Block a user