-
Bug
-
Resolution: Fixed
-
P4
-
15
-
b10
-
generic
-
generic
ComponentPeer.xxxImage are not implemented in some peers.
For example on macOS the CFileDialog#checkImage/createImage/prepareImage are noop, but the same methods are implemented in other toolkits.
It is interesting that on all platforms and peers it is implemented in the same way so we can push its implementation to the ComponentPeer interface.
For example on macOS the CFileDialog#checkImage/createImage/prepareImage are noop, but the same methods are implemented in other toolkits.
It is interesting that on all platforms and peers it is implemented in the same way so we can push its implementation to the ComponentPeer interface.
- links to