Skip to content

Commit b8683d5

Browse files
committed
Fix widgets not showing on mouse enter
Fix #57
1 parent ec8f9a8 commit b8683d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mainwindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ void MainWindow::mouseMoveEvent(QMouseEvent *event) {
330330
void MainWindow::enterEvent(QEvent *event) {
331331
ui->topWidgets->show();
332332
ui->bottomWidgets->show();
333-
ui->subtitleLabel->raise();
334333
}
335334

336335
void MainWindow::leaveEvent(QEvent *event) {

0 commit comments

Comments
 (0)