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

When selecting an expression of an assignment and then selecting another

expression, the background of the first expression did not revert to its 
original color.

- gui_style.h (COLOR_CHOICE_SELECTED): made blue a bit lighter, to improve
  contrast of black foreground text
- gui_frame.c (unselect_value): build_assignment uses COLOR_EXPR_PASSIVE for
  expressions in assignments, so we also have to do the same here.



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5763 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-12-31 09:34:17 +00:00
parent 887643e65a
commit 09186de7a8
3 changed files with 20 additions and 3 deletions

2
obj.h
View File

@@ -42,7 +42,7 @@ struct value {
struct expr *expr;
struct value *next;
/* back reference */
/* back reference, NULL if loop */
struct row *row;
/* for the GUI */