qt: Add option to apply fullscreen stretching modes when maximized
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
protected:
|
||||
bool eventDelegate(QEvent *event, bool &result);
|
||||
|
||||
QRect source, destination;
|
||||
QRect source{0, 0, 0, 0}, destination;
|
||||
QWidget *parentWidget { nullptr };
|
||||
|
||||
std::vector<std::atomic_flag> buf_usage;
|
||||
|
||||
Reference in New Issue
Block a user