Page Menu
Home
Search
Configure Global Search
Log In
Files
F5567
emptyscr04.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Juho Vepsalainen (bebraw)
Nov 13 2013, 1:23 PM
Size
475 B
Subscribers
None
emptyscr04.txt
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/f5/351e7827e53b099184362f7d5877
Event Timeline
Log In to Comment