Do not fill with module while adding anything via alt-number from market

This commit is contained in:
DarkPhoenix
2019-04-21 23:42:14 +03:00
parent 8a19bf78ce
commit d45857f1fc
2 changed files with 5 additions and 5 deletions

View File

@@ -685,7 +685,7 @@ class MainFrame(wx.Frame):
activeListing = getattr(self.marketBrowser.itemView, 'active', None)
if activeListing and selItem < len(activeListing):
wx.PostEvent(self, ItemSelected(itemID=self.marketBrowser.itemView.active[selItem].ID))
wx.PostEvent(self, ItemSelected(itemID=self.marketBrowser.itemView.active[selItem].ID, allowBatch=False))
def CTabNext(self, event):
self.fitMultiSwitch.NextPage()