aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2017-08-02 16:10:59 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2017-08-02 16:10:59 +1000
commit067151f66d792599e35aa7964ade16df0802abae (patch)
tree9e7bdd51652a0fff9ac712b96994ce562684ecd6 /gtk
parent9c12f8daa8113abecacabbad8edf7f5b97175a05 (diff)
downloadscintilla-mirror-067151f66d792599e35aa7964ade16df0802abae.tar.gz
Backport: Switch default modifier key for rectangular selections from Ctrl to Alt on Linux.
Backport of changeset 6364:ea9f62ea6153.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 0cbf83652..1e3d68320 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -177,11 +177,7 @@ ScintillaGTK::ScintillaGTK(_ScintillaObject *sci_) :
sci = sci_;
wMain = GTK_WIDGET(sci);
-#if PLAT_GTK_WIN32
rectangularSelectionModifier = SCMOD_ALT;
-#else
- rectangularSelectionModifier = SCMOD_CTRL;
-#endif
#if PLAT_GTK_WIN32
// There does not seem to be a real standard for indicating that the clipboard