mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 00:19:20 +00:00
Need to return a value here.
This commit is contained in:
parent
74a920ec68
commit
f7dbb0deb6
@ -346,6 +346,7 @@ bool ListWindow::OnEntryActivated(size_t index) {
|
|||||||
this->EntryActivated(this, index);
|
this->EntryActivated(this, index);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ListWindow::OnEntryContextMenu(size_t index) {
|
bool ListWindow::OnEntryContextMenu(size_t index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user