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

GLview in wrong position #15

Open
steaminghacker opened this issue Aug 23, 2022 · 1 comment
Open

GLview in wrong position #15

steaminghacker opened this issue Aug 23, 2022 · 1 comment

Comments

@steaminghacker
Copy link

fix in GLWIndow.cpp

GLwindow::GLwindow (QWidget * parent )
    : QWidget(parent)
{
    glview = new pvQtView(this);
    glview->move(0,0);  // BUGFIX
    ...
@jubalh
Copy link
Member

jubalh commented Aug 23, 2022

Do you mind opening a pull request?

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

2 participants