kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30203
COLORS_DESIGN_SETTINGS: should they belong to the BOARD class?
-
To:
Kicad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>
-
Date:
Tue, 1 Aug 2017 15:05:24 +0200
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
Hi,
I'm adding support for configurable background/worksheet/cursor colors
in PCBnew (as requested by someone on the list). I discovered that the
BOARD class holds a pointer to the colors settings object, while the
colors are configured globally (per user, not per board). Would anyone
mind if I moved the color handling stuff outside the BOARD object?
Cheers,
Tom
Follow ups