mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
smalled grab handles and no immediate dragging after pasting
This commit is contained in:
parent
2228a6b7f7
commit
4fe3645740
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
|
||||
#region ================== Constants
|
||||
|
||||
private const float GRIP_SIZE = 11.0f;
|
||||
private const float GRIP_SIZE = 9.0f;
|
||||
private const float ZERO_SIZE_ADDITION = 20.0f;
|
||||
private const byte RECTANGLE_ALPHA = 60;
|
||||
private const byte EXTENSION_LINE_ALPHA = 200;
|
||||
|
@ -688,7 +688,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
Update();
|
||||
|
||||
// When pasting and mouse is in screen, drag selection immediately
|
||||
if(pasting && mouseinside) OnSelect();
|
||||
//if(pasting && mouseinside) OnSelect();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue