Advertisement
Guest User

Untitled

a guest
May 29th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1.     /* When extending a selection beyond the top or bottom boundary of an editable area,
  2.      * maintain the horizontal position on Windows but extend it to the boundary of the editable
  3.      * content on Mac.
  4.      */
  5.     bool shouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom() const { return m_type != EditingWindowsBehavior; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement