/[svn]/gigedit/trunk/src/dimregionedit.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/dimregionedit.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1117 by persson, Sat Mar 24 13:05:58 2007 UTC revision 1118 by schoenebeck, Sat Mar 24 13:48:16 2007 UTC
# Line 192  DimRegionEdit::DimRegionEdit() : Line 192  DimRegionEdit::DimRegionEdit() :
192    
193      addString("Sample", lSample, wSample);      addString("Sample", lSample, wSample);
194      //TODO: the following would break drag&drop:   wSample->property_editable().set_value(false);  or this:    wSample->set_editable(false);      //TODO: the following would break drag&drop:   wSample->property_editable().set_value(false);  or this:    wSample->set_editable(false);
195        tooltips.set_tip(*wSample, "drop a sample here");
196      addHeader("EG1");      addHeader("EG1");
197      addProp(eEG1PreAttack);      addProp(eEG1PreAttack);
198      addProp(eEG1Attack);      addProp(eEG1Attack);

Legend:
Removed from v.1117  
changed lines
  Added in v.1118

  ViewVC Help
Powered by ViewVC