X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_rectangle.cpp;h=a6c3ddf029b95f7db36570aee10631b0141c9281;hb=0e88b22c6cbaa4fa58999960961bae684756c64a;hp=60bbc87145f9b95342813a4e0e9219f0725d877b;hpb=7c3682a6d1bb940fd74e9e327bbc2dd3a8fdb504;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp b/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp index 60bbc87..a6c3ddf 100644 --- a/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_rectangle.cpp @@ -490,8 +490,8 @@ StateRectangle_Context::make_rectangle(const Point& _p1, const Point& _p2) { new_list.push_back(*(new BLinePoint)); new_list[i].set_width(1); - new_list[i].set_vertex(Point((i==0||i==1)?x_min:x_max, - (i==0||i==3)?y_min:y_max)); + new_list[i].set_vertex(Point((i==0||i==3)?x_min:x_max, + (i==0||i==1)?y_min:y_max)); new_list[i].set_tangent(Point(0,0)); }