Don't arrange_column if the column is floating

This commit is contained in:
Kris Maglione 2006-06-26 17:35:12 -04:00
parent 887fd1ead8
commit da55fea9fd
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ arrange_column(Area *a, Bool dirty)
Frame *f;
unsigned int min_height = 2 * height_of_bar();
if(!a->frame)
if(!a->frame || a->floating)
return;
for(f=a->frame; f; f=f->anext, num_frames++);