X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/ee2cb3d6c26ae319d20bde28f415393e96611ece..fcb9be87ec554676a7140f4e75ea07f69a33974b:/Constructor/src/union.cpp?ds=inline diff --git a/Constructor/src/union.cpp b/Constructor/src/union.cpp index d9c36b9..61e5838 100644 --- a/Constructor/src/union.cpp +++ b/Constructor/src/union.cpp @@ -2,6 +2,7 @@ Union::Union(int orientacion) { + in_x = -1; imageN = Gdk::Pixbuf::create_from_file(PACKAGE_DATA_DIR"/plaqui-constructor/pixmaps/y_n.png"); imageS = Gdk::Pixbuf::create_from_file(PACKAGE_DATA_DIR"/plaqui-constructor/pixmaps/y_s.png"); imageE = Gdk::Pixbuf::create_from_file(PACKAGE_DATA_DIR"/plaqui-constructor/pixmaps/y_e.png");