mirror of
https://github.com/norohind/EDMC_SpanshRouter.git
synced 2025-04-22 20:10:27 +03:00
Merge pull request #11 from CMDR-Kiel42/spansh_package
Actually show system suggestions on Windows
This commit is contained in:
commit
089726dec4
@ -2,6 +2,10 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 2.1.3
|
||||
|
||||
- Bugfix: System suggestions actually show up when you type in either Source or Destination system inputs on Windows
|
||||
|
||||
## 2.1.2
|
||||
|
||||
- Fixed conflicts when other plugins used similar file names
|
||||
|
@ -121,7 +121,7 @@ class AutoCompleter(Entry, PlaceHolder):
|
||||
if not self.lb_up:
|
||||
info = self.grid_info()
|
||||
if info:
|
||||
self.lb.grid(row=info["row"]+1, columnspan=2)
|
||||
self.lb.grid(row=int(info["row"])+1, columnspan=2)
|
||||
self.lb_up = True
|
||||
|
||||
def hide_list(self):
|
||||
|
@ -1 +1 @@
|
||||
2.1.2
|
||||
2.1.3
|
Loading…
x
Reference in New Issue
Block a user