1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

- GUI: added creation and moving of vectors, measurements, and frame references

git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5389 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-05 14:44:36 +00:00
parent cdcd2f36b3
commit 5d989a3e28
11 changed files with 419 additions and 72 deletions

2
gui.c
View File

@@ -503,6 +503,7 @@ static void select_frame(struct frame *frame)
if (active_frame)
label_in_box_bg(active_frame->label, COLOR_FRAME_UNSELECTED);
active_frame = frame;
tool_frame_update();
change_world();
}
@@ -648,7 +649,6 @@ static void make_center_area(GtkWidget *vbox)
void change_world(void)
{
tool_reset();
inst_deselect();
status_begin_reporting();
instantiate();