mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.fix to compile on MSVC
This commit is contained in:
parent
bb95965801
commit
23532fb00e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ void DiagramEditor::StartText()
|
|||
Sync();
|
||||
text_editor.SetFocus();
|
||||
const String& qtf = CursorItem().qtf;
|
||||
text_editor.SetQTF(qtf.GetCount() ? qtf : "[= ");
|
||||
text_editor.SetQTF(qtf.GetCount() ? qtf : String("[= "));
|
||||
text_editor.Select(0, text_editor.GetLength());
|
||||
SyncEditorRect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue