diff --git a/src/gui/filebrowser.cpp b/src/gui/filebrowser.cpp index d002cc3e5..62adef83f 100644 --- a/src/gui/filebrowser.cpp +++ b/src/gui/filebrowser.cpp @@ -1251,6 +1251,8 @@ void CFileBrowser::paintItem(unsigned int pos) bgcolor = COL_MENUCONTENT_PLUS_0;//DARK; c_rad_small = 0; } + + frameBuffer->paintBoxRel(x,ypos, width- 15, fheight, bgcolor, c_rad_small); if( (liststart + pos) < filelist.size() ) { @@ -1273,8 +1275,6 @@ void CFileBrowser::paintItem(unsigned int pos) } colwidth1 = width - 35 - colwidth2 - colwidth3 - 10; - frameBuffer->paintBoxRel(x,ypos, width- 15, fheight, bgcolor, c_rad_small); - if ( actual_file->Name.length() > 0 ) { if (liststart+pos==selected) @@ -1512,6 +1512,7 @@ void CFileBrowser::paint() for(unsigned int count=0;countpaintBoxRel(x+ width- 15,ypos, 15, sb, COL_MENUCONTENT_PLUS_1);