mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-11 19:51:59 -04:00
clone action should also copy status tip
This commit is contained in:
parent
f8df3d90db
commit
89b907546f
@ -394,6 +394,7 @@ if ismacos:
|
||||
self.setCheckable(self.clone.isCheckable())
|
||||
self.setChecked(self.clone.isChecked())
|
||||
self.setIcon(self.clone.icon())
|
||||
self.setStatusTip(self.clone.statusTip())
|
||||
if self.clone_shortcuts:
|
||||
sc = self.clone.shortcut()
|
||||
if sc and not sc.isEmpty():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user