There are no available options for this view.

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.209 by botg, Thu Apr 20 12:52:54 2006 UTC revision 1.210 by botg, Thu Apr 20 18:18:55 2006 UTC
# Line 983  Line 983 
983                  if (m_bShowQueue)                  if (m_bShowQueue)
984                          m_wndVertSplitter.HideRow(2,1);                          m_wndVertSplitter.HideRow(2,1);
985          }          }
986    
987          //Now only the main splitter gets resized          //Now only the main splitter gets resized
988          CFrameWnd::OnSize(nType, cx, cy);          CFrameWnd::OnSize(nType, cx, cy);
989          if (initialized)          if (initialized)
# Line 990  Line 991 
991                  //Restore the queue                  //Restore the queue
992                  if (m_bShowQueue)                  if (m_bShowQueue)
993                  {                  {
994                            if (nType != SIZE_MINIMIZED)
995                          RecalcLayout();                          RecalcLayout();
996                          m_wndVertSplitter.ShowRow(2);                          m_wndVertSplitter.ShowRow(2);
997                  }                  }

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210