Qt: DisplayGL does not use paintEvent
Jeffrey Pfau jeffrey@endrift.com
Sun, 12 Apr 2015 20:22:51 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/DisplayGL.h
→
src/platform/qt/DisplayGL.h
@@ -67,6 +67,7 @@ void filter(bool filter);
protected: virtual void initializeGL() override; + virtual void paintEvent(QPaintEvent*) override {} private: void performDraw();