Skip to content

Commit

Permalink
Merge pull request #464 from beru/UpdateToolbar2
Browse files Browse the repository at this point in the history
ツールバーを非表示から表示に切り替える際にアイコンの状態を設定する処理を呼び出し
  • Loading branch information
beru authored Sep 22, 2018
2 parents 498b921 + 327eb2a commit 0c2cbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sakura_core/window/CEditWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ void CEditWnd::LayoutToolBar( void )
{
if( m_pShareData->m_Common.m_sWindow.m_bDispTOOLBAR ){ /* ツールバーを表示する */
m_cToolbar.CreateToolBar();
m_cToolbar.UpdateToolbar();
}else{
m_cToolbar.DestroyToolBar();
}
Expand Down

0 comments on commit 0c2cbd1

Please sign in to comment.