diff options
author | Neil <nyamatongwe@gmail.com> | 2022-07-22 20:32:53 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-07-22 20:32:53 +1000 |
commit | 6d53881b6c21e7824ba3c83ac175bb233f8ff2a8 (patch) | |
tree | d526fa4e7f5539d5abdeafe7a9af7820778af36c /src/EditView.h | |
parent | e12f8f179666ed70d03c99039565ba63c45f7c7a (diff) | |
download | scintilla-mirror-6d53881b6c21e7824ba3c83ac175bb233f8ff2a8.tar.gz |
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index d65bf0736..832da9f15 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -56,7 +56,6 @@ public: std::unique_ptr<LineTabstops> ldTabstops; int tabWidthMinimumPixels; - bool hideSelection; bool drawOverstrikeCaret; // used by the curses platform /** In bufferedDraw mode, graphics operations are drawn to a pixmap and then copied to |