Skip to content

Commit

Permalink
move "not git repo" message to branch text box - leave list empty
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsWorldcom committed Feb 17, 2022
1 parent b6f843a commit 9009955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockingFeature/GitPanelDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ void DemoDlg::updateList()
}
else
{
SendMessage( GetDlgItem( _hSelf, IDC_EDT_BRANCH ), WM_SETTEXT, 0, ( LPARAM )TEXT( "" ) );
setListColumns( 0, TEXT( "" ), TEXT( "" ), wide );
SendMessage( GetDlgItem( _hSelf, IDC_EDT_BRANCH ), WM_SETTEXT, 0, ( LPARAM )wide.c_str() );
setListColumns( 0, TEXT( "" ), TEXT( "" ), TEXT( "" ) );
}
}

Expand Down

0 comments on commit 9009955

Please sign in to comment.