OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
354 stars 40 forks source link

Custom subclasses of QPaintEngine crash when using QPaintEngineState #159

Closed omix closed 1 year ago

omix commented 1 year ago

The Java object of QPaintEngineState given as argument to QPaintEngine.updateState(QPaintEngineState) is an incomplete copy of the native argument. This leads to crashes when accessing a member of QPaintEngineState.

omix commented 1 year ago

Solved in QtJambi 6.5.2