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

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

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

revision 3175 by schoenebeck, Wed May 10 21:21:14 2017 UTC revision 3176 by schoenebeck, Thu May 11 11:36:33 2017 UTC
# Line 297  void MacroEditor::onMacroTreeViewKeyRele Line 297  void MacroEditor::onMacroTreeViewKeyRele
297  }  }
298    
299  void MacroEditor::onValueCellEdited(const Glib::ustring& sPath, const Glib::ustring& text) {  void MacroEditor::onValueCellEdited(const Glib::ustring& sPath, const Glib::ustring& text) {
     printf("asdf\n");  
300      Gtk::TreePath path(sPath);      Gtk::TreePath path(sPath);
301      Gtk::TreeModel::iterator iter = m_treeStoreMacro->get_iter(path);      Gtk::TreeModel::iterator iter = m_treeStoreMacro->get_iter(path);
302      onMacroTreeViewRowValueChangedImpl(path, iter, text);      onMacroTreeViewRowValueChangedImpl(path, iter, text);

Legend:
Removed from v.3175  
changed lines
  Added in v.3176

  ViewVC Help
Powered by ViewVC