mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
npctrade closing trade and focusing window
This commit is contained in:
@@ -33,8 +33,7 @@ MainWindow
|
||||
id: npcWindow
|
||||
!text: tr('NPC Trade')
|
||||
size: 550 515
|
||||
|
||||
@onEscape: NPCTrade.hide()
|
||||
@onEscape: g_game.closeNpcTrade()
|
||||
|
||||
TabButton
|
||||
id: buyTab
|
||||
@@ -264,4 +263,4 @@ MainWindow
|
||||
width: 64
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
@onClick: NPCTrade.hide()
|
||||
@onClick: g_game.closeNpcTrade()
|
||||
|
Reference in New Issue
Block a user