mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 01:55:25 -04:00
Added expression for getting text value.
git-svn-id: svn://localhost@247 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
@@ -135,7 +135,7 @@ TextObjectEditor::~TextObjectEditor()
|
||||
void TextObjectEditor::OnokBtClick(wxCommandEvent& event)
|
||||
{
|
||||
object.SetString(string(textEdit->GetValue().mb_str()));
|
||||
object.SetFont(fontEdit->GetValue().mb_str());
|
||||
object.SetFont(string(fontEdit->GetValue().mb_str()));
|
||||
|
||||
EndModal(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user