Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

border can't resize when framelesswindows in a parent widget. #56

Open
Charist opened this issue Oct 14, 2022 · 1 comment
Open

border can't resize when framelesswindows in a parent widget. #56

Charist opened this issue Oct 14, 2022 · 1 comment

Comments

@Charist
Copy link

Charist commented Oct 14, 2022

when the framelesswindows is used in a parent widget.
in a MainWindow.cpp , the MainWindow construction funcition like:

    QWidget* m_widget1 = new FramelessWindow(this);
    m_widget1->resize(200, 200);
    m_widget1->show();

the framelesswindows can't reszie anymore.

@Charist
Copy link
Author

Charist commented Oct 20, 2022

to fix the bug. I have a pull request.
#59

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

No branches or pull requests

1 participant