mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Don’t set HTML output views as opaque
This commit is contained in:
@@ -25,11 +25,6 @@ extern NSString* const kCommandRunnerURLScheme; // from HTMLOutput.h
|
||||
return self;
|
||||
}
|
||||
|
||||
- (BOOL)isOpaque
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)setEnvironment:(std::map<std::string, std::string> const&)anEnvironment
|
||||
{
|
||||
environment = anEnvironment;
|
||||
|
||||
@@ -71,11 +71,6 @@
|
||||
[[_webView mainFrame] stopLoading];
|
||||
}
|
||||
|
||||
- (BOOL)isOpaque
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)swipeWithEvent:(NSEvent*)anEvent
|
||||
{
|
||||
if([anEvent deltaX] == +1 && _webView.canGoBack)
|
||||
|
||||
Reference in New Issue
Block a user