This commit is contained in:
		@@ -470,7 +470,9 @@ namespace VEPROMS.CSLA.Library
 | 
				
			|||||||
						rval = (int)MyDefaultFormat.MyStepSectionLayoutData.PMode;
 | 
											rval = (int)MyDefaultFormat.MyStepSectionLayoutData.PMode;
 | 
				
			||||||
						//return (SectionColumnMode)rval;
 | 
											//return (SectionColumnMode)rval;
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
					if (rval == 0) rval = 2;
 | 
										// if no pmode is defined, i.e. rval = 0, then default to single column
 | 
				
			||||||
 | 
										// this is what 16bit ve-proms did.
 | 
				
			||||||
 | 
										if (rval == 0) rval = 1;
 | 
				
			||||||
					return (SectionColumnMode)rval;
 | 
										return (SectionColumnMode)rval;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				else
 | 
									else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user