ENH: CLI: add support for colored obj

jira: no-jira
Change-Id: If9e698d60b71e8835a3ae46c75e9c8c2878556a7
(cherry picked from commit a2b2ec9cb80e3bafabd07a377aff9e11188be346)
(cherry picked from commit 201d3b18cc9d482192c9962717527f9e12ed6603)
This commit is contained in:
lane.wei
2024-07-13 18:39:05 +08:00
committed by Noisyfox
parent cfa00b938f
commit d4d86a5966
4 changed files with 204 additions and 20 deletions

View File

@@ -13,11 +13,7 @@
class Button;
class Label;
class ComboBox;
struct ColorDistValue
{
int id;
float distance;
};
class ObjColorPanel : public wxPanel
{
public: