Revert "clangformat fix"

This reverts commit 9b1b07d9da6ceaeb45c4d0f6f99ea78d717d29eb.
This commit is contained in:
VHRanger
2020-04-17 08:03:05 -04:00
parent e0afc0cb21
commit 30ccec00b8

View File

@@ -278,6 +278,7 @@ public:
InputCommon::GetMotionEmu()->Tilt(pos.x(), pos.y());
}
void SetFillBackground(bool fill) {
setAutoFillBackground(fill);
setAttribute(Qt::WA_OpaquePaintEvent, !fill);
@@ -289,6 +290,7 @@ private:
GRenderWindow* render_window;
};
#ifndef __APPLE__
class OpenGLRenderWidget : public RenderWidget {
public: