mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-03-04 00:21:44 +00:00
Don't automatically clear the selection in Visual Mode
This commit is contained in:
parent
48d1fcb4c7
commit
c9037f18f3
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ plugins
|
||||||
highlightthingsrange = 10;
|
highlightthingsrange = 10;
|
||||||
splitlinedefsrange = 10;
|
splitlinedefsrange = 10;
|
||||||
autoclearselection = true;
|
autoclearselection = true;
|
||||||
visualmodeclearselection = true;
|
visualmodeclearselection = false;
|
||||||
autodragonpaste = false;
|
autodragonpaste = false;
|
||||||
autodrawonedit = true;
|
autodrawonedit = true;
|
||||||
autoaligntextureoffsetsoncreate = false;
|
autoaligntextureoffsetsoncreate = false;
|
||||||
|
|
Loading…
Reference in a new issue