all repos — fluxbox @ 3a456e72e91ff9ccf98b7485b2b9a3a77e5561aa

custom fork of the fluxbox windowmanager

clear item
fluxgen fluxgen
commit

3a456e72e91ff9ccf98b7485b2b9a3a77e5561aa

parent

fc14d38de2d6db3c90d9fc34cc6677702de27790

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Basemenu.ccsrc/Basemenu.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ Menuitems::iterator it_end = menuitems.end();

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); } }