clear item
This commit is contained in:
parent
fc14d38de2
commit
3a456e72e9
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Basemenu.cc,v 1.32 2002/10/19 14:00:09 fluxgen Exp $
|
||||
// $Id: Basemenu.cc,v 1.33 2002/10/22 14:46:11 fluxgen Exp $
|
||||
|
||||
//use GNU extensions
|
||||
#ifndef _GNU_SOURCE
|
||||
|
@ -959,7 +959,7 @@ void Basemenu::exposeEvent(XExposeEvent *ee) {
|
|||
for (ii = id; ii <= id_d && it != it_end; ++it, ii++) {
|
||||
int index = ii + (i * menu.persub);
|
||||
// redraw the item
|
||||
drawItem(index, (which_sub == index), False,
|
||||
drawItem(index, (which_sub == index), true,
|
||||
ee->x, ee->y, ee->width, ee->height);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue