Skip to content

Commit

Permalink
Merge pull request #1753 from sakura-editor/triple_click_next_line_ur…
Browse files Browse the repository at this point in the history
…l_selected

トリプルクリック時に次の行の先頭にURLがあるとそれが選択されてしまう現象が起きないように対策
  • Loading branch information
beru authored Jan 10, 2022
2 parents f91a0a6 + b18d540 commit f095569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sakura_core/view/CEditView_Mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ normal_action:;
GetSelectionInfo().BeginSelectArea(); // 現在のカーソル位置から選択を開始する
GetSelectionInfo().m_bBeginLineSelect = false; // 行単位選択中 OFF
}
return;
}else
/* 選択開始処理 */
/* SHIFTキーが押されていたか */
Expand Down

0 comments on commit f095569

Please sign in to comment.