mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
Keep a reference to the stream passed to wx.FSFile
This commit is contained in:
@@ -85,7 +85,7 @@ def run():
|
||||
}
|
||||
// otherwise do the conversion
|
||||
*sipCppPtr = new wxPyInputStream(sipPy);
|
||||
return sipGetState(sipTransferObj);
|
||||
return 0; //sipGetState(sipTransferObj);
|
||||
"""
|
||||
|
||||
# Add Python file-like methods so a wx.InputStream can be used as if it
|
||||
|
||||
Reference in New Issue
Block a user