From 5e9fa2b57ee3ad6135710a5bd0075638b06d4083 Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Wed, 29 Jun 2016 00:12:44 +0200 Subject: [PATCH] Make gg accept count --- qutebrowser/browser/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index eb2f31575..1fed76c70 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -600,7 +600,7 @@ class CommandDispatcher: if perc is None and count is None: perc = 100 - elif perc is None: + elif count is not None: perc = count orientation = Qt.Horizontal if horizontal else Qt.Vertical