Skip to content

Commit

Permalink
Fix: スクロールできないときマウスキャプチャされたままになる
Browse files Browse the repository at this point in the history
[patchunicode:#1005] unicode:2298 Contributed by Moca
空白画面で縦も横もスクロールできないように折り返した状態で、中ボタンクリックするとマウスカーソルがキャプチャされたままになるのを修正します。

git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/sakura/trunk2@4048 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
  • Loading branch information
syat committed Oct 12, 2015
1 parent 1a4bcfd commit defee42
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 @@ -732,6 +732,7 @@ void CEditView::AutoScrollEnter()
}
if( !m_bAutoScrollHorizontal && !m_bAutoScrollVertical ){
m_nAutoScrollMode = 0;
::ReleaseCapture();
return;
}
m_nAutoScrollMode = 2;
Expand Down

0 comments on commit defee42

Please sign in to comment.