From b3a109b8e0c4dc7e8ffcebeae31b4c9d08c1433e Mon Sep 17 00:00:00 2001 From: gdkhd812 Date: Sun, 25 Oct 2015 12:18:41 +0530 Subject: [PATCH] =?utf8?q?=E7=9F=A9=E5=BD=A2=E6=8C=BF=E5=85=A5=E3=83=A2?= =?utf8?q?=E3=83=BC=E3=83=89=E3=81=AE=E5=88=A4=E5=AE=9A=E6=9D=A1=E4=BB=B6?= =?utf8?q?=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?utf8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Core/Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Controller.cs b/Core/Controller.cs index fc34dd8..dd051eb 100644 --- a/Core/Controller.cs +++ b/Core/Controller.cs @@ -610,7 +610,7 @@ namespace FooEditEngine public bool IsRectInsertMode() { - if (!this.RectSelection) + if (!this.RectSelection || this.View.Selections.Count == 0) return false; foreach(Selection sel in this.View.Selections) { -- 2.11.0