slot onrightclick event

This commit is contained in:
MihailRis
2024-02-19 00:18:08 +03:00
parent d8cc810441
commit 8409e0d82e
4 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ static std::shared_ptr<UINode> readTextBox(UiXmlReader& reader, xml::xmlelement
auto textbox = std::make_shared<TextBox>(placeholder, glm::vec4(0.0f));
_readPanel(reader, element, *textbox);
textbox->setText(text);
if (element->has("consumer")) {
auto consumer = scripting::create_wstring_consumer(
reader.getEnvironment().getId(),