Page MenuHome

emptyscr04.txt

emptyscr04.txt

Index: source/blender/src/header_info.c
===================================================================
--- source/blender/src/header_info.c (revision 10902)
+++ source/blender/src/header_info.c (working copy)
@@ -395,7 +395,10 @@
}
/* last item: NEW SCREEN */
if(sc==0) {
- duplicate_screen();
+ nr= pupmenu("New Screen%t|Empty%x1|Duplicate%x2");
+
+ if(nr==1) default_twosplit();
+ if(nr==2) duplicate_screen();
}
break;
case B_INFODELSCR:

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/f5/351e7827e53b099184362f7d5877

Event Timeline