Changeset 3267


Ignore:
Timestamp:
Feb 8, 2018 3:15:26 PM (5 years ago)
Author:
vondreele
Message:

switch RB & LB on frame/polygon help text to match action

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimgGUI.py

    r3193 r3267  
    17401740    if Polygons:
    17411741        lbl = wx.StaticText(parent=G2frame.dataWindow,
    1742             label=' Polygon masks (on plot RB vertex drag to move, LB vertex drag to insert)')
     1742            label=' Polygon masks (on plot LB vertex drag to move, RB vertex drag to insert)')
    17431743        lbl.SetBackgroundColour(wx.Colour(200,200,210))
    17441744        mainSizer.Add(lbl,0,wx.EXPAND|wx.ALIGN_CENTER,0)
     
    17571757    if frame:
    17581758        lbl = wx.StaticText(parent=G2frame.dataWindow,
    1759             label=' Frame mask (on plot RB vertex drag to move, LB vertex drag to insert)')
     1759            label=' Frame mask (on plot LB vertex drag to move, RB vertex drag to insert)')
    17601760        lbl.SetBackgroundColour(wx.Colour(200,200,210))
    17611761        mainSizer.Add(lbl,0,wx.EXPAND|wx.ALIGN_CENTER,0)
Note: See TracChangeset for help on using the changeset viewer.