Ticket #234 (closed Enhancement: fixed)

Opened 7 years ago

Last modified 7 years ago

Hide preferences window toolbar pill

Reported by: amonre@… Owned by: timothy
Priority: Low Milestone:
Component: Colloquy (Mac) Version: Latest Nightly
Severity: Normal Keywords:
Cc:

Description

In a preferences window, the Hide toolbar pill is not very useful. I think it would be worth hiding. I do this in my app:

if([[self window] respondsToSelector:@selector(setShowsToolbarButton:)]) [[self window] setShowsToolbarButton:NO];

This is only possible in Mac OS X 10.4 'Tiger', so I added -respondsToSelector:. I tested it and it works.

Change History

Changed 7 years ago by timothy

  • status changed from new to closed
  • resolution set to fixed

Fixed in [2803].

Note: See TracTickets for help on using tickets.