mirror of https://github.com/mgba-emu/mgba.git
Qt: DisplayGL does not use paintEvent
This commit is contained in:
parent
2309898152
commit
3ff3c24821
|
@ -67,6 +67,7 @@ public slots:
|
|||
|
||||
protected:
|
||||
virtual void initializeGL() override;
|
||||
virtual void paintEvent(QPaintEvent*) override {}
|
||||
|
||||
private:
|
||||
void performDraw();
|
||||
|
|
Loading…
Reference in New Issue