[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (26539af7e3199193c94eefadd6d902a4f803fd4f)



The branch, master has been updated
       via  26539af7e3199193c94eefadd6d902a4f803fd4f (commit)
       via  282b9c4d5f899db92c16955eba0a552c396f20ca (commit)
      from  73f900441103cedc62e6f83e6052c83431fab46b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 .gitignore               |    1 +
 src/hid/gtk/gui-config.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit 26539af7e3199193c94eefadd6d902a4f803fd4f
Author: Ben Jackson <ben@xxxxxxx>
Commit: Ben Jackson <ben@xxxxxxx>

    Add *.backup to gitignore (in case you test run PCB in the tree)

:100644 100644 8248b37... 57f69fe... M	.gitignore

commit 282b9c4d5f899db92c16955eba0a552c396f20ca
Author: Ben Jackson <ben@xxxxxxx>
Commit: Ben Jackson <ben@xxxxxxx>

    GTK HID: Background color can be set live from config dialog
    
    Background, off-limit and grid color changes require a special
    update that was missing when colors were edited in the config
    dialog.

:100644 100644 23c3164... 490befc... M	src/hid/gtk/gui-config.c

=========
 Changes
=========

commit 26539af7e3199193c94eefadd6d902a4f803fd4f
Author: Ben Jackson <ben@xxxxxxx>
Commit: Ben Jackson <ben@xxxxxxx>

    Add *.backup to gitignore (in case you test run PCB in the tree)

diff --git a/.gitignore b/.gitignore
index 8248b37..57f69fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ ABOUT-NLS
 stamp-*
 *.stamp
 /missing
+*.backup

commit 282b9c4d5f899db92c16955eba0a552c396f20ca
Author: Ben Jackson <ben@xxxxxxx>
Commit: Ben Jackson <ben@xxxxxxx>

    GTK HID: Background color can be set live from config dialog
    
    Background, off-limit and grid color changes require a special
    update that was missing when colors were edited in the config
    dialog.

diff --git a/src/hid/gtk/gui-config.c b/src/hid/gtk/gui-config.c
index 23c3164..490befc 100644
--- a/src/hid/gtk/gui-config.c
+++ b/src/hid/gtk/gui-config.c
@@ -1924,6 +1924,7 @@ config_color_set_cb (GtkWidget * button, ConfigColor * cc)
   gtk_widget_set_sensitive (config_colors_save_button, TRUE);
   gtk_widget_set_sensitive (config_color_warn_label, TRUE);
 
+  ghid_set_special_colors (ha);
   ghid_layer_buttons_color_update ();
   ghid_invalidate_all();
 }




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs