mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-10 02:25:53 +00:00
[GTK3] Fix showing piecesbar
This commit is contained in:
parent
74a459274c
commit
26c28445a5
@ -17,7 +17,8 @@ gi.require_version('PangoCairo', '1.0') # NOQA: E402
|
||||
gi.require_version('cairo', '1.0') # NOQA: E402
|
||||
|
||||
# isort:imports-thirdparty
|
||||
from gi.repository import PangoCairo, cairo
|
||||
import cairo # Backward compat cairo <= 1.15
|
||||
from gi.repository import PangoCairo
|
||||
from gi.repository.Gtk import DrawingArea, ProgressBar, StateFlags
|
||||
from gi.repository.Pango import SCALE, Weight
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user