Skip to content
Snippets Groups Projects
Commit c3fddb74 authored by D-AIRY's avatar D-AIRY
Browse files

Fixed Bug#258

parent f7094701
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