ENH: refine vcamera guide link

Change-Id: Ia94b7c5da9ed6a45c542dac177d0ea2b262c2d95
This commit is contained in:
tao.jin 2022-12-28 15:44:08 +08:00 committed by Lane.Wei
parent d16dee04af
commit db94a8dbba
2 changed files with 27 additions and 5 deletions

View file

@ -70,7 +70,8 @@ private:
std::vector<RadioBox*> resolution_rbtns;
std::vector<wxStaticText*> resolution_texts;
CameraResolution curr_sel_resolution = RESOLUTION_1080P;
wxHyperlinkCtrl* vcamera_guide_link { nullptr };
Label* vcamera_guide_link { nullptr };
wxPanel* link_underline{ nullptr };
bool is_vcamera_show = false;
bool allow_alter_resolution = false;