Skip to content

qt: avoid auto-updating window width when it's in full screen or when it's maximized#3771

Merged
UdjinM6 merged 1 commit into
dashpay:developfrom
UdjinM6:fix3768
Oct 16, 2020
Merged

qt: avoid auto-updating window width when it's in full screen or when it's maximized#3771
UdjinM6 merged 1 commit into
dashpay:developfrom
UdjinM6:fix3768

Conversation

@UdjinM6
Copy link
Copy Markdown

@UdjinM6 UdjinM6 commented Oct 12, 2020

Fixes #3768

@UdjinM6 UdjinM6 added this to the 16.0.2 milestone Oct 12, 2020
Copy link
Copy Markdown

@xdustinface xdustinface left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

Copy link
Copy Markdown
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

Copy link
Copy Markdown

@Platinumwrist Platinumwrist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (windowState() & (Qt::WindowMaximized | Qt::WindowFullScreen)) {
     return;
 }

UdjinM6 added a commit to UdjinM6/dash that referenced this pull request Oct 28, 2020
@UdjinM6 UdjinM6 deleted the fix3768 branch November 26, 2020 13:26
gades pushed a commit to cosanta/cosanta-core that referenced this pull request Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[qt] Dash-qt scaling error when full screen and changing settings

4 participants