Jump to content

Small but annoying "bug" - Open Window Position


Recommended Posts

 

Hi,

I don't know if you've noticed, but every time you open a shop or want to add a stone to an item, the window inexplicably opens somewhere on the right at the top near the inventory.
It bothered me for quite a while, so I looked into the code, and the fix is very easy.
I'm sharing it with you, and I would appreciate it if you let me know if any other window does the same, as I've only noticed these two so far.

Open uiattachmetin.py and search in def Open(self, metinItemPos, targetItemPos):

self.UpdateDialog()			

Add under:

self.SetCenterPosition()

############################

Open uishop.py and search in def Open(self, vid):

self.Refresh()

Add under:

self.SetCenterPosition()

Thats all :D
Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.