Make gg accept count
This commit is contained in:
parent
cd136b7b33
commit
5e9fa2b57e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user