glom r1600 - in trunk: . glom/utility_widgets
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1600 - in trunk: . glom/utility_widgets
- Date: Fri, 2 May 2008 09:16:09 +0100 (BST)
Author: jhs
Date: Fri May 2 08:16:08 2008
New Revision: 1600
URL: http://svn.gnome.org/viewvc/glom?rev=1600&view=rev
Log:
2008-05-02 Johannes Schmid <jhs gnome org>
* glom/utility_widgets/flowtable_dnd.cc (on_child_drag_motion):
Fixed a stupid bug in the dnd code that caused dropping problems all
over.
Modified:
trunk/ChangeLog
trunk/glom/utility_widgets/flowtable_dnd.cc
Modified: trunk/glom/utility_widgets/flowtable_dnd.cc
==============================================================================
--- trunk/glom/utility_widgets/flowtable_dnd.cc (original)
+++ trunk/glom/utility_widgets/flowtable_dnd.cc Fri May 2 08:16:08 2008
@@ -347,7 +347,7 @@
bool FlowTableDnd::on_child_drag_motion(const Glib::RefPtr<Gdk::DragContext>& drag_context, int x, int y, guint time,
Gtk::Widget* child)
{
- find_current_dnd_item(child, x, y);
+ m_current_dnd_item = find_current_dnd_item(child, x, y);
on_dnd_remove_placeholder ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]