- added ToolTips for RBM windows

This commit is contained in:
2024-01-21 15:26:48 +01:00
parent d5a64f6e6b
commit 6eb76febdc
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
Describe your class and how it works here!
//[/Comments]
*/
class DrawComponent : public Component
class DrawComponent : public Component, public SettableTooltipClient
{
public:
//==============================================================================