diff options
Diffstat (limited to 'sources/pyside6/PySide6/glue/qtgui.cpp')
| -rw-r--r-- | sources/pyside6/PySide6/glue/qtgui.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/glue/qtgui.cpp b/sources/pyside6/PySide6/glue/qtgui.cpp index d248ef2d3..aae660af7 100644 --- a/sources/pyside6/PySide6/glue/qtgui.cpp +++ b/sources/pyside6/PySide6/glue/qtgui.cpp @@ -934,6 +934,10 @@ return %CONVERTTOPYTHON[QRect](cppResult); %CPPSELF.%FUNCTION_NAME(%1, %2.size(), %2.constData(), %3, %4, %5); // @snippet qrhi-commandbuffer-setvertexinput +// @snippet qpainterstateguard-restore +%CPPSELF.restore(); +// @snippet qpainterstateguard-restore + /********************************************************************* * CONVERSIONS ********************************************************************/ |
