From f8a59573f4d1d760d646fc7bdecbcb0c2262f2a8 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Thu, 22 Jun 2017 22:06:32 -0400 Subject: [PATCH] theme name bug fixed --- 4ed.cpp | 3 ++- themes/theme-stb-dark.4coder | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/4ed.cpp b/4ed.cpp index 99ecb2da..9cceb0af 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -1505,7 +1505,8 @@ App_Step_Sig(app_step){ persistent = &view->persistent; persistent->coroutine = - system->create_coroutine(view_caller); + system->create_coroutine(view_caller); wrap_indent_marks,10 identifier "wrap_indent_marks" is undefined + persistent->coroutine = app_launch_coroutine(system, &models->app_links, Co_View, diff --git a/themes/theme-stb-dark.4coder b/themes/theme-stb-dark.4coder index 87aee7d9..04dbb3f5 100644 --- a/themes/theme-stb-dark.4coder +++ b/themes/theme-stb-dark.4coder @@ -1,4 +1,4 @@ -name = "stb-dark"; +name = "stb dark"; Back = 0xFF303030; Margin = 0xFF383838;