ENH: add ams control logic for main interface

jira: none
Change-Id: Iac75cdfc1b3ccd406a59e8b4e1eb75162b5239e8
(cherry picked from commit 5407c58de8328bf50d5459f3879b72d11382c70b)
This commit is contained in:
zhimin.zeng
2024-11-29 21:16:21 +08:00
committed by Noisyfox
parent 6d91d1a2e9
commit ab9f36dbf4
2 changed files with 115 additions and 6 deletions

View File

@@ -1718,6 +1718,7 @@ void AMSPreview::Close()
void AMSPreview::Update(AMSinfo amsinfo)
{
m_amsinfo = amsinfo;
m_ams_item_type = amsinfo.ams_type;
}
void AMSPreview::create(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size)