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

Drawing overlapping rectangles over a View freezes the application #19

Open
pm-ur opened this issue Jan 25, 2018 · 2 comments
Open

Drawing overlapping rectangles over a View freezes the application #19

pm-ur opened this issue Jan 25, 2018 · 2 comments

Comments

@pm-ur
Copy link

pm-ur commented Jan 25, 2018

I've been displaying an OSG View and I was able to paint a rectangle over it fine. However, when that rectangle has another rectangle in it, the application freezes.
Just found this issue. Will post more details once I investigate it further.

@podsvirov
Copy link
Owner

Hi @pm-energid! More information about your environment and code examples are highly desirable for reproducing this fault.

@pm-ur
Copy link
Author

pm-ur commented Feb 8, 2018

Hi @podsvirov ! I am trying to run a simple code as this:
`import QtQuick 2.0

import osgViewer 2.0 as OSGViewer

OSGViewer.View {
id: view
width: 400
height: 300

Rectangle {
width: 100
height: 100
color: "red"
}
}`

There is a short freeze while the rendering loads and then I can resize the window. If there are any elements like buttons, I cannot interact with them any more. Also, resizing the window doesn't update the changes due to size either. The attached video shows the behavior.

2018-02-08 at 17-13-04.zip

My environment: Windows 10 64-bit build 1703. Nvidia Quadro P4000, Qt 5.6.1 (custom build), osgQtQuick built against same Qt, VS2013 x86

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