Skip to content

Commit

Permalink
Merge pull request #574 from beru/HideCaret_ShowCaret_FixBug
Browse files Browse the repository at this point in the history
マウスクリックによるキャレット移動が出来なくなる不具合の解消
  • Loading branch information
beru authored Oct 21, 2018
2 parents a198d13 + 2855e09 commit 773c87a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sakura_core/view/CEditView_Mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ void CEditView::OnLBUTTONDOWN( WPARAM fwKeys, int _xPos , int _yPos )
if( m_pcEditDoc->m_cLayoutMgr.GetLineCount() == 0 ){
return;
}
if( !GetCaret().ExistCaretFocus() ){ //フォーカスがないとき
return;
}

/* 辞書Tipが起動されている */
if( 0 == m_dwTipTimer ){
Expand Down

0 comments on commit 773c87a

Please sign in to comment.