[Bf-blender-cvs] [a24fbb7e37e] soc-2020-info-editor: Add todo

Mateusz Grzeliński noreply at git.blender.org
Tue Jun 30 17:24:57 CEST 2020


Commit: a24fbb7e37e7947ba2fcb2ca7e4a66ae6e62c2d2
Author: Mateusz Grzeliński
Date:   Tue Jun 30 11:38:28 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rBa24fbb7e37e7947ba2fcb2ca7e4a66ae6e62c2d2

Add todo

===================================================================

M	source/blender/editors/space_info/space_info.c

===================================================================

diff --git a/source/blender/editors/space_info/space_info.c b/source/blender/editors/space_info/space_info.c
index 87dc3e2026c..79c563d35f5 100644
--- a/source/blender/editors/space_info/space_info.c
+++ b/source/blender/editors/space_info/space_info.c
@@ -127,6 +127,7 @@ static void info_report_source_update(wmWindowManager *wm, SpaceInfo *sinfo)
 static void info_init(struct wmWindowManager *wm, ScrArea *area)
 {
   SpaceInfo *sinfo = area->spacedata.first;
+  // todo startup file with log view on will case active_reports to be not NULL on restart (?)
   if (sinfo->active_reports == NULL) {
     switch (sinfo->view) {
       case INFO_VIEW_REPORTS: {



More information about the Bf-blender-cvs mailing list