IconDesFix.diff

Zbigniew Rebacz, 02/08/2015 12:01 AM

Download (523 Bytes)

View differences:

IconDes/Bar.cpp (kopia robocza)
263 263
	doselection = false;
264 264

  
265 265
	tool = &IconDes::FreehandTool;
266

  
266
	
267 267
	AddFrame(leftpane);
268
	AddFrame(toolbar);
268 269
	AddFrame(bottompane);
269
	AddFrame(toolbar);
270 270
	AddFrame(sb);
271 271
	AddFrame(ViewFrame());
272 272

  
......
296 296
	search.SetFilter(CharFilterToUpper);
297 297

  
298 298
	bottompane.Bottom(iconshow, 64);
299

  
299
	
300 300
	SetBar();
301 301
	ColorChanged();
302 302
	BackPaint();