Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel' into nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 28, 2024
2 parents 122acb3 + 883e2ef commit d8eba54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/dude.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ def __init__(self,cwd,paths_to_add=None,exclude=None,exclude_regexp=None,norun=N
self_folder_tree_tag_configure(self.MARK, background='red')

self_folder_tree_tag_configure(self.SINGLE, foreground='gray')
self_folder_tree_tag_configure(self.DIR, foreground='blue2')
self_folder_tree_tag_configure(self.DIRLINK, foreground='blue2')
self_folder_tree_tag_configure(self.DIR, foreground='sienna4',font="TkDefaultFont 10 bold")
self_folder_tree_tag_configure(self.DIRLINK, foreground='sienna4',font="TkDefaultFont 10 bold")
self_folder_tree_tag_configure(self.LINK, foreground='darkgray')

#bind_class breaks columns resizing
Expand Down Expand Up @@ -2318,6 +2318,8 @@ def folder_tree_sel_change(self,item,change_status_line=True):
else:
self.status('',do_log=False)

self.folder_tree.update()

self.groups_tree_update_none()

def menubar_unpost(self):
Expand Down
Binary file modified src/icons/softlink_dir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/softlink_dir_target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8eba54

Please sign in to comment.