Add a friendly name to textboxes for the prop mgr

This commit is contained in:
Marek Roszko 2023-08-24 21:33:37 -04:00
parent d32b55f504
commit 6e45be8708
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ public:
return false;
}
wxString GetFriendlyName() const override { return _( "Text Box" ); }
VECTOR2I GetTopLeft() const override;
VECTOR2I GetBotRight() const override;