Skip to content
Snippets Groups Projects
Commit 307a5c3d authored by jsiegle's avatar jsiegle
Browse files

Fixed resampling issues in LfpDisplayCanvas

parent d5373427
Branches
Tags
No related merge requests found
......@@ -51,9 +51,10 @@ class FilterViewportButton;
class UIComponent : public Component,
public ActionBroadcaster,
public DragAndDropContainer // required for
public DragAndDropContainer, // required for
// drag-and-drop
// internal components
public MenuBarModel
{
public:
......@@ -69,6 +70,13 @@ public:
void childComponentChanged();
const StringArray getMenuBarNames()
{
const char* const names[] = {"File", "Edit", "Help"};
}
private:
DataViewport* dataViewport;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment