[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: toolbar can disappear

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-06-05 17:44:25 CEST

Першин Юрий wrote:
> Index: RevisionGraphDlg.cpp
> ===================================================================
> --- RevisionGraphDlg.cpp (revision 9622)
> +++ RevisionGraphDlg.cpp (working copy)
> @@ -267,6 +267,7 @@
> GetGraphRect(&rect);
> m_Graph.MoveWindow(&rect);
> }
> + if (IsWindow(m_ToolBar)) RepositionBars(AFX_IDW_CONTROLBAR_FIRST,
> AFX_IDW_CONTROLBAR_LAST, 0);
> }
>
> BOOL CRevisionGraphDlg::PreTranslateMessage(MSG* pMsg)

Thanks!
Committed in revision 9668.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jun 5 17:45:00 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.