#3196: workspace - layers are in inverted order after loading saved workspace file
-------------------------+---------------------------------
Reporter: guano | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: wxGUI | Version: svn-releasebranch72
Keywords: layer stack | CPU: Unspecified
Platform: MacOSX |
-------------------------+---------------------------------
When opening a save workspace file, the layers are opened in an inverted
order. Those that were in the bottom of the stack will be opened last and
will end up in the top of the stack. So any ordering is lost. Must read
the list of layers from the last to the first element.
#3196: workspace - layers are in inverted order after loading saved workspace file
--------------------------+---------------------------------
Reporter: guano | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: layer stack
CPU: Unspecified | Platform: MacOSX
--------------------------+---------------------------------
Comment (by annakrat):
In [changeset:"69805" 69805]:
{{{
#!CommitTicketReference repository="" revision="69805"
wxGUI: fix layer order when loading workspace, see #3196 (merge from
trunk, r69775)
}}}