aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.cpp
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-26 08:35:20 -0400
committerKen Moore <moorekou@gmail.com>2015-08-26 08:35:20 -0400
commit8a47c8400a9132162b0a5df943675c984e512d47 (patch)
tree2a2bb2e4d9d199556c762eb85ccd99820f6c7549 /lumina-fm/MainUI.cpp
parentCommit a major overhaul of lumina-fm: PLEASE TEST!! (diff)
downloadlumina-8a47c8400a9132162b0a5df943675c984e512d47.tar.gz
lumina-8a47c8400a9132162b0a5df943675c984e512d47.tar.bz2
lumina-8a47c8400a9132162b0a5df943675c984e512d47.zip
Clean up some of the new widgets/functionality:
1) Fix a layout issue with the DirWidget 2) Fix the GoToNext functionality in the multimedia player 3) Ensure the multimedia player is stopped if the tab is closed 4) Clean up some dead space in the DirWidget
Diffstat (limited to 'lumina-fm/MainUI.cpp')
-rw-r--r--lumina-fm/MainUI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.cpp b/lumina-fm/MainUI.cpp
index 15b0f93e..1a73966e 100644
--- a/lumina-fm/MainUI.cpp
+++ b/lumina-fm/MainUI.cpp
@@ -521,6 +521,8 @@ void MainUI::tabClosed(int tab){
break;
}
}
+ }else if(info=="#MW"){
+ MW->Cleanup(); //prepare it to be hidden/removed
}
//Remove the tab (will automatically move to a different one);
qDebug() << "Closing tab:" << tab << tabBar->tabText(tab);
bgstack15