1 | static void disableImageSurfaceSelector(ImageSurface is) { |
2 | ImageSurfaceSelector s = firstInstance(is.tools, ImageSurfaceSelector); |
3 | if (s == null) ret; |
4 | is.removeMouseListener(s); |
5 | is.removeMouseMotionListener(s); |
6 | is.tools.remove(s); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006662 |
Snippet name: | disableImageSurfaceSelector |
Eternal ID of this version: | #1006662/2 |
Text MD5: | 2c9f3744d62cfdb298750c8f6f47cd48 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-03-12 18:25:23 |
Source code size: | 250 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 600 / 649 |
Version history: | 1 change(s) |
Referenced in: | [show references] |