View Single Post
04/12/15, 05:34 PM   #12
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Baertram View Post
Maybe one could do a workaround, like minimizign the chat window if you start a lockpick and bring it back to the "before state" as lockpicking ends?
Or was you chat already minimized Garkin and the mouse clicks were handled in there somehow?
It was maximized, with minimized chat lockpicking is working for me.

Simple way how to minimize chat on Lockpick scene:
Lua Code:
  1. LOCK_PICK_SCENE:AddFragment(MINIMIZE_CHAT_FRAGMENT)

Last edited by Garkin : 04/12/15 at 05:36 PM.
  Reply With Quote