From 02dfb9920cb105aecd5e682db2e28660b66666e3 Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Thu, 5 Oct 2017 12:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=97=B6=E9=87=8D=E7=BD=AEAppName=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Easy2D/Base/App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Easy2D/Base/App.cpp b/Easy2D/Base/App.cpp index 9ba8dc8a..ba038cb5 100644 --- a/Easy2D/Base/App.cpp +++ b/Easy2D/Base/App.cpp @@ -201,7 +201,7 @@ void App::createWindow(TString title, int width, int height, int mode) m_Size.cy = height; m_nWindowMode = mode; m_sTitle = title; - m_sAppName = title; + if (m_sAppName.empty()) m_sAppName = title; // ´´½¨´°¿Ú _initGraph(); }