Don’t set HTML output views as opaque

This commit is contained in:
Allan Odgaard
2013-02-12 15:31:10 +01:00
parent 9e56b73797
commit 83d0df4b2c
2 changed files with 0 additions and 10 deletions

View File

@@ -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;

View File

@@ -71,11 +71,6 @@
[[_webView mainFrame] stopLoading];
}
- (BOOL)isOpaque
{
return YES;
}
- (void)swipeWithEvent:(NSEvent*)anEvent
{
if([anEvent deltaX] == +1 && _webView.canGoBack)