Skip to content

Commit c5dea15

Browse files
committed
minor fixes for PulsePal in VisualStudio2013
1 parent b291e8f commit c5dea15

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Builds/VisualStudio2013/Plugins/PulsePalOutput/PulsePalOutput.vcxproj.filters

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">
@@ -24,6 +24,9 @@
2424
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutput.cpp">
2525
<Filter>Source Files</Filter>
2626
</ClCompile>
27+
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputCanvas.cpp">
28+
<Filter>Source Files</Filter>
29+
</ClCompile>
2730
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputEditor.cpp">
2831
<Filter>Source Files</Filter>
2932
</ClCompile>
@@ -38,8 +41,11 @@
3841
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputEditor.h">
3942
<Filter>Source Files</Filter>
4043
</ClInclude>
44+
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputCanvas.h">
45+
<Filter>Source Files</Filter>
46+
</ClInclude>
4147
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\serial\PulsePal.h">
4248
<Filter>Source Files\serial</Filter>
4349
</ClInclude>
4450
</ItemGroup>
45-
</Project>
51+
</Project>

Source/Plugins/PulsePalOutput/PulsePalOutputCanvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ void PulsePalOutputCanvas::buttonClicked(Button* button)
233233

234234
bool PulsePalOutputCanvas::keyPressed(const KeyPress &key, Component *originatingComponent)
235235
{
236-
236+
return false;
237237
}
238238

239239
void PulsePalOutputCanvas::labelTextChanged(Label *label)

0 commit comments

Comments
 (0)