Another attempt to fix toolbar display issues on Yosemite

This commit is contained in:
Greg Neagle
2015-05-06 09:42:09 -07:00
parent e988ba1993
commit 4cec7f7366
2 changed files with 1 additions and 1 deletions
@@ -529,7 +529,7 @@ class MSCMainWindowController(NSWindowController):
and as an icon badge in the Dock'''
updateCount = self.getUpdateCount()
btn_image = MSCBadgedTemplateImage.imageNamed_withCount_(
'toolbarUpdatesTemplate.pdf', updateCount)
'updatesTemplate.pdf', updateCount)
self.updateButtonCell.setImage_(btn_image)
if updateCount not in [u'', 0]:
NSApp.dockTile().setBadgeLabel_(str(updateCount))
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB