mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -48,7 +48,7 @@ TextEditor::~TextEditor() {}
|
||||
@brief TextEditor::updateForm
|
||||
Update the gui
|
||||
*/
|
||||
void TextEditor::updateForm()
|
||||
void TextEditor::updateFormPriv()
|
||||
{
|
||||
if (m_text.isNull()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user