Changes between Initial Version and Version 1 of Ticket #25, comment 4


Ignore:
Timestamp:
Dec 29, 2017, 8:16:06 PM (6 years ago)
Author:
Thomas Bernard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25, comment 4

    initial v1  
    22
    33I can tell you Main_layers_visible are tested for existing layers, but any extra bit is just ignored !
    4 Code is if
     4Code is
    55{{{
    6 ((1<<layer) & Main_layers_visible)
     6if ((1<<layer) & Main_layers_visible)
    77}}}