diff options
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r-- | ranger/core/actions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 1fe99ada..8106a89b 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -122,6 +122,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): def get_cumulative_size(self): for f in self.env.get_selection() or (): f.look_up_cumulative_size() + self.ui.status.request_redraw() self.ui.redraw_main_column() def redraw_window(self): |