diff --git a/src/Window.cc b/src/Window.cc index da1809d6..4f92e867 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2845,15 +2845,6 @@ void FluxboxWindow::stopMoving(bool interrupted) { fluxbox->maskWindowEvents(0, 0); - // if no real movement happend -> raise if clickrais is disabled - if (m_last_move_x - frame().x() == 0 && - m_last_move_y - frame().y() == 0 && - !screen().clickRaises()) { - - raise(); - } - - if (! screen().doOpaqueMove()) { parent().drawRectangle(screen().rootTheme()->opGC(), m_last_move_x, m_last_move_y,