Features/GTK3/Porting/InfoSlicer: Difference between revisions
| Line 182: | Line 182: | ||
* [<span style="color: red;">IMPORTANT</span>] Drag and Drop Images from the Edit View is not working. Line #52 (''infoslicer/widgets/Gallery_View.py'') | * [<span style="color: red;">IMPORTANT</span>] Drag and Drop Images from the Edit View is not working. Line #52 (''infoslicer/widgets/Gallery_View.py'') | ||
** Example about how to use the drag-n-drop http://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos/clipboard.py#n96 | ** Example about how to use the drag-n-drop http://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos/clipboard.py#n96 | ||
** Walter Bender helped me to solve this issue. Thanks! | |||
** [<span style="color: orange;">ALTERNATIVE</span>] Drag and drop is working but the image is being added twice | |||
* After drag-n-drop an arrow is added inside the article (right side) that is being edited. This is not working due: https://bugzilla.gnome.org/show_bug.cgi?id=651962 | * After drag-n-drop an arrow is added inside the article (right side) that is being edited. This is not working due: https://bugzilla.gnome.org/show_bug.cgi?id=651962 | ||
** Line #641 (''infoslicer/processing/Article.py'') | ** Line #641 (''infoslicer/processing/Article.py'') | ||