Make gg accept count

This commit is contained in:
Jan Verbeek 2016-06-29 00:12:44 +02:00
parent cd136b7b33
commit 5e9fa2b57e

View File

@ -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