[FIX] Invisible window - Can't click

  • Konuyu açan Konuyu açan M29
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 0
  • Gösterim Gösterim 248

M29

MT Üye
MT Üye
Mesaj
316
Çözümler
7
Beğeni
182
Puan
749
Ticaret Puanı
0
Hello guys
This is the best for those who are annoyed by this thing
When you open the windows and then you travel, it is difficult to use the mouse in the places where you were working with the windows before traveling, and this thing is very annoying, so I wanted to share with you



We go to interfaceModule.py

Python:
Genişlet Daralt Kopyala
        if self.wndInventory:
            self.wndInventory.Hide()#fix
            self.wndInventory.Destroy()

        if self.wndDragonSoul:
            self.wndDragonSoul.Hide()#fix
            self.wndDragonSoul.Destroy()
 
Geri
Üst