FIX:add line for ai define

jira:[STUDIO-13448]

Change-Id: Iceb022b80cc14f2ae1dbe29f464e2bfd7bad0df0
(cherry picked from commit 22818ed070be0a178af1ce8bb619a8d1983b8106)
This commit is contained in:
milk
2025-07-24 23:03:47 +08:00
committed by Noisyfox
parent 1b4bcfcba5
commit cae1fe4dd4
2 changed files with 74 additions and 58 deletions

View File

@@ -87,7 +87,7 @@ protected:
Label* text_first_layer;
Label* text_ai_detections;
Label* text_ai_detections_caption;
wxPanel *ai_refine_panel;
wxSizerItem *ai_detections_bottom_space;
wxSizerItem *ai_monitoring_bottom_space;
wxSizerItem *spaghetti_bottom_space;
@@ -136,6 +136,8 @@ protected:
StaticLine* line7;
SwitchBoard* open_door_switch_board;
wxBoxSizer* create_settings_group(wxWindow* parent);
wxPanel *m_line;
bool print_halt = false;