minor fix
This commit is contained in:
parent
9a090cb15d
commit
57dd6d16f9
1 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
// 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,7 +1216,6 @@ void Menu::motionNotifyEvent(XMotionEvent &me) {
|
|||
|
||||
void Menu::exposeEvent(XExposeEvent &ee) {
|
||||
if (ee.window == menu.title) {
|
||||
if (alpha() < 255)
|
||||
redrawTitle();
|
||||
menu.title.clearArea(ee.x, ee.y, ee.width, ee.height);
|
||||
} else if (ee.window == menu.frame) {
|
||||
|
|
Loading…
Reference in a new issue