1 | static Canvas showCAL_2(CirclesAndLines oldCAL, CirclesAndLines newCAL, Canvas canvas) {
|
2 | if (canvas == null) ret newCAL.show(); |
3 | copyCAL(newCAL, oldCAL); |
4 | canvas.update(); |
5 | //titleStatus2(canvas, join(" - ", newCAL.globalID, unnull(newCAL.title)));
|
6 | ret canvas; |
7 | } |
Began life as a copy of #1009517
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: | #1009525 |
| Snippet name: | showCAL_2 - flickers less |
| Eternal ID of this version: | #1009525/6 |
| Text MD5: | bbdddcc59b885c624eabea183c1b3bca |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-24 00:11:08 |
| Source code size: | 275 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 762 / 788 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |