diff --git a/src/calibre/gui2/bars.py b/src/calibre/gui2/bars.py index 829f019955..8ee871ab51 100644 --- a/src/calibre/gui2/bars.py +++ b/src/calibre/gui2/bars.py @@ -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():