179_uppsrc.diff

The diff file to apply for uppsrc directory - Sender Ghost, 01/04/2012 09:32 PM

Download (551 Bytes)

View differences:

uppsrc/Docking/DockCont.cpp 2012-01-05 00:29:03 +0400
143 143
// DockContHandle frame
144 144
int DockCont::DockContHandle::GetHandleSize(const DockableCtrl::Style &s) const
145 145
{
146
	return 	(!IsNull(s.title_font) ? 12 : s.title_font.GetHeight()+4)
146
	return 	(IsNull(s.title_font) ? 12 : s.title_font.GetHeight()+4)
147 147
			 + (s.handle_vert ? s.handle_margins.GetWidth() : s.handle_margins.GetHeight()); 
148 148
}
149 149
/*