enable icon indicating copy to clipboard operation
enable copied to clipboard

Wx GetHDC is deprecated in favor of GetHandle

Open rahulporuri opened this issue 4 years ago • 0 comments

https://github.com/enthought/enable/blob/20ef5793dc342ea7fc79f6cc64b1a20926bd31d9/kiva/agg/src/win32/plat_support.i#L130

c:\users\rporuri\work\github\ets\enable\kiva\agg\plat_support.py:188: wxPyDeprecationWarning: Call to deprecated item. Use GetHandle instead.
  self.draw(window_dc.GetHDC(), x, y, width, height)

The above warning was observed when running the examples\demo\basic\scatter.py example on windows with the wx toolkit.

rahulporuri avatar Apr 26 '21 07:04 rahulporuri