mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-23 14:13:15 +08:00
ENH: Resize Webview When Studio Resize
JIRA: STUDIO-7535 Change-Id: I78525ba171402e3d29bd64cbbed7d72bfeff0639 (cherry picked from commit ebecebb25bb4cd1dacd3b4efea283eff4a6c0693)
This commit is contained in:
parent
5e8f430bf6
commit
552b73dec4
@ -1397,6 +1397,8 @@ void WebViewPanel::SwitchWebContent(std::string modelname, int refresh)
|
|||||||
CallAfter([this]{
|
CallAfter([this]{
|
||||||
SetWebviewShow("online", false);
|
SetWebviewShow("online", false);
|
||||||
SetWebviewShow("right", true);
|
SetWebviewShow("right", true);
|
||||||
|
|
||||||
|
GetSizer()->Layout();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user