make the bottom bar a regular view (instead of an image view) so that dragging is recognized over the entire window

This commit is contained in:
Mitchell Livingston
2007-05-19 16:25:27 +00:00
parent eb28d5394e
commit 592e80e2df
5 changed files with 5 additions and 3 deletions

View File

@@ -59,6 +59,7 @@
IBOutlet NSMenuItem * fOpenIgnoreDownloadFolder;
IBOutlet ImageBackgroundView * fBottomBar;
IBOutlet NSButton * fActionButton, * fSpeedLimitButton;
NSTimer * fSpeedLimitTimer;