Changeset 30559


Ignore:
Timestamp:
Mar 14, 2008, 2:47:00 AM (16 years ago)
Author:
martinl
Message:

wxGUI: start counting displays at 1 not 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/gui/wxpython/wxgui.py

    r30512 r30559  
    109109
    110110        # initialize variables
    111         self.disp_idx      = 0            # index value for map displays and layer trees
     111        self.disp_idx      = 1            # index value for map displays and layer trees
    112112        self.curr_page     = ''           # currently selected page for layer tree notebook
    113113        self.curr_pagenum  = ''           # currently selected page number for layer tree notebook
Note: See TracChangeset for help on using the changeset viewer.