added background fill; added info load per image
This commit is contained in:
@@ -39,8 +39,7 @@ class PathLabel(Gtk.Label):
|
||||
...
|
||||
|
||||
def update_path_label(self, path = None):
|
||||
if not path:
|
||||
return
|
||||
if not path: return
|
||||
|
||||
self.set_label(path)
|
||||
self.set_tooltip_text(path)
|
||||
|
||||
Reference in New Issue
Block a user