Skip to content
Snippets Groups Projects
Commit c45a1225 authored by Byurrrer's avatar Byurrrer
Browse files

Merge branch 'dev' of https://dev.ds-servers.com/sip/engine into dev

parents cc980e2e c3fddb74
No related branches found
No related tags found
1 merge request!1Version 0.10.1
......@@ -535,6 +535,11 @@ namespace gui
m_iScreenHeight = rect.bottom - rect.top;
m_iScreenWidth = rect.right - rect.left;
if(!m_iScreenHeight || !m_iScreenWidth)
{
return;
}
for(auto i = m_mDesktops.begin(); i; i++)
{
CDesktop * pDsk = ((CDesktop*)(*i.second));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment