Changes between Initial Version and Version 1 of Ticket #25, comment 4
- Timestamp:
- Dec 29, 2017, 8:16:06 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25, comment 4
initial v1 2 2 3 3 I can tell you Main_layers_visible are tested for existing layers, but any extra bit is just ignored ! 4 Code is if4 Code is 5 5 {{{ 6 ((1<<layer) & Main_layers_visible)6 if ((1<<layer) & Main_layers_visible) 7 7 }}}