all repos — fluxbox @ 57dd6d16f9c0551b67fb28a8da692052c34dd8d2

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

57dd6d16f9c0551b67fb28a8da692052c34dd8d2

parent

9a090cb15de6d62a431570f032530927f460c176

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

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.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: Menu.cc,v 1.63 2004/06/13 00:31:29 fluxgen Exp $ +// $Id: Menu.cc,v 1.64 2004/06/13 00:42:45 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -1216,8 +1216,7 @@

void Menu::exposeEvent(XExposeEvent &ee) { if (ee.window == menu.title) { - if (alpha() < 255) - redrawTitle(); + redrawTitle(); menu.title.clearArea(ee.x, ee.y, ee.width, ee.height); } else if (ee.window == menu.frame) {