mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Another PyQt enum change
This commit is contained in:
parent
6a5126fe36
commit
50c16ef54d
@ -1144,7 +1144,7 @@ class Application(QApplication):
|
|||||||
# if not os.path.exists(p): raise ValueError(p)
|
# if not os.path.exists(p): raise ValueError(p)
|
||||||
pcache[v] = p
|
pcache[v] = p
|
||||||
v = pcache[v]
|
v = pcache[v]
|
||||||
icon_map[getattr(QStyle, 'SP_'+k)] = v
|
icon_map[getattr(QStyle.StandardPixmap, 'SP_'+k)] = v
|
||||||
transient_scroller = 0
|
transient_scroller = 0
|
||||||
if ismacos:
|
if ismacos:
|
||||||
from calibre_extensions.cocoa import transient_scroller
|
from calibre_extensions.cocoa import transient_scroller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user