Skip to content

Commit

Permalink
Fix widgets not showing on mouse enter
Browse files Browse the repository at this point in the history
Fix #57
  • Loading branch information
carsonip committed Jan 13, 2019
1 parent ec8f9a8 commit b8683d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ void MainWindow::mouseMoveEvent(QMouseEvent *event) {
void MainWindow::enterEvent(QEvent *event) {
ui->topWidgets->show();
ui->bottomWidgets->show();
ui->subtitleLabel->raise();
}

void MainWindow::leaveEvent(QEvent *event) {
Expand Down

0 comments on commit b8683d5

Please sign in to comment.