Skip to content

Commit

Permalink
Merge pull request sakura-editor#574 from beru/HideCaret_ShowCaret_Fi…
Browse files Browse the repository at this point in the history
…xBug

マウスクリックによるキャレット移動が出来なくなる不具合の解消
  • Loading branch information
beru authored Oct 21, 2018
2 parents a5043f9 + 3d35b3b commit a836000
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 a836000

Please sign in to comment.