salsaman <salsaman@...> writes:
>
>
>
>
> Hi,
> can you upload a screenshot somewhere ?
>
> I think I may have found the cause: in widget_helper.c, can you try the
following change:
>
>
> LIVES_INLINE boolean
lives_scrolled_window_add_with_viewport(LiVESScrolledWindow *scrolledwindow,
LiVESWidget *child) {
> #ifdef GUI_GTK
> #if !GTK_CHECK_VERSION(3,0,0)
> gtk_scrolled_window_add_with_viewport(scrolledwindow, child);
> #else
> lives_container_add(LIVES_CONTAINER(scrolledwindow),child);
> #endif
>
> I believe the 3,0,0 should actually be 3,8,0.
>
> Let me know if it fixes the problem please.
>
>
>
> Gabriel.
>
>
>
hey,
yup that definitely fixed it, here's what it looked like:
http://imgur.com/wyUp9VF
thanks a bunch!
tj
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users