From 72e9106481c8abb1d021e04701326931704cb6be Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Mon, 12 Mar 2012 10:18:32 -0500 Subject: [PATCH] todo --- TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.txt b/TODO.txt index e748ea11a7..fd79e2825c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -54,6 +54,10 @@ PCBNew Dick's Peronal TODO Items (Last Update: 20-Feb-2012) ----------------------------------------------------- +0) Check that the new load visibility BOARD settings is properly setting the toolbar + buttons like show grid or ratsnest. Add PCB_EDIT_FRAME::SetVisibleElements() so + toolbar crap is not known to a BOARD. + 1) Finish removing global access requirements from KICAD_PLUGIN, so that: *) a BOARD is a fully self contained document description. *) plugin developers do not have to access globals, which assumes there were ever