* Turned the software renderer into a window as well
* Fix inability to move window on GNOME * Fix status bar icons being frozen after icon set switch
This commit is contained in:
@@ -13,7 +13,9 @@ public:
|
||||
void onResize(int width, int height);
|
||||
protected:
|
||||
void onPaint(QPaintDevice* device);
|
||||
bool eventDelegate(QEvent* event, bool& result);
|
||||
|
||||
QImage image{QSize(2048, 2048), QImage::Format_RGB32};
|
||||
QRect source, destination;
|
||||
QWidget* parentWidget{nullptr};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user