clone action should also copy status tip

This commit is contained in:
Kovid Goyal 2026-04-05 10:14:13 +05:30
parent f8df3d90db
commit 89b907546f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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():