mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 09:01:15 +00:00
Fixed now playing library view focus by removing some code that never
should have been there in the first place.
This commit is contained in:
parent
e7752eb3d0
commit
935ed10de9
@ -93,10 +93,6 @@ void NowPlayingLayout::InitializeWindows() {
|
||||
this->Layout();
|
||||
}
|
||||
|
||||
IWindowPtr NowPlayingLayout::GetFocus() {
|
||||
return this->trackList;
|
||||
}
|
||||
|
||||
void NowPlayingLayout::OnVisibilityChanged(bool visible) {
|
||||
LayoutBase::OnVisibilityChanged(visible);
|
||||
|
||||
|
@ -63,7 +63,6 @@ namespace musik {
|
||||
|
||||
virtual void Layout();
|
||||
virtual void OnVisibilityChanged(bool visible);
|
||||
virtual cursespp::IWindowPtr GetFocus();
|
||||
virtual bool KeyPress(const std::string& key);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user