summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 75f85baf..473701cb 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -620,6 +620,8 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 					if self.env.cf.realpath == path:
 						self.ui.browser.need_redraw = True
 					data['loading'] = False
+					pager = self.ui.browser.pager
+					pager.set_source(self.env.cf.get_preview_source(pager.wid, pager.hei))
 				def on_destroy(signal):
 					try:
 						del self.previews[path]
iv>
f07bb12f ^
62cd83ba ^

4c13e1f2 ^
62cd83ba ^

f07bb12f ^
62cd83ba ^

f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31