Reset highlight on navigate
This commit is contained in:
parent
73b565ed7e
commit
c9046e341f
@ -126,6 +126,7 @@ class FileBrowserWindow(yutani.Window):
|
|||||||
|
|
||||||
self.files = sorted([File(os.path.join(path,f), self) for f in os.listdir(path)], key=lambda x: x.sortkey)
|
self.files = sorted([File(os.path.join(path,f), self) for f in os.listdir(path)], key=lambda x: x.sortkey)
|
||||||
self.scroll_y = 0
|
self.scroll_y = 0
|
||||||
|
self.hilighted = None
|
||||||
self.redraw_buf()
|
self.redraw_buf()
|
||||||
|
|
||||||
def redraw_buf(self,icons=None):
|
def redraw_buf(self,icons=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user