gtk: Re-enable NodeView.CreateRowDragIcon method
This commit is contained in:
parent
5c98eee787
commit
e108bf59d4
1 changed files with 1 additions and 3 deletions
|
@ -74,11 +74,9 @@ namespace Gtk {
|
|||
return CollapseRow (store.GetPath (node));
|
||||
}
|
||||
|
||||
#if FIXME30
|
||||
public Gdk.Pixmap CreateRowDragIcon (ITreeNode node) {
|
||||
public Cairo.Surface CreateRowDragIcon (ITreeNode node) {
|
||||
return CreateRowDragIcon (store.GetPath (node));
|
||||
}
|
||||
#endif
|
||||
|
||||
public Gdk.Rectangle GetBackgroundArea (ITreeNode node, Gtk.TreeViewColumn column) {
|
||||
return GetBackgroundArea (store.GetPath (node), column);
|
||||
|
|
Loading…
Reference in a new issue