CWorldEditor: Use default empty string QString
This commit is contained in:
parent
85556b28e2
commit
c36f5e2e2b
|
@ -786,7 +786,7 @@ void CWorldEditor::UpdateWindowTitle()
|
||||||
void CWorldEditor::UpdateStatusBar()
|
void CWorldEditor::UpdateStatusBar()
|
||||||
{
|
{
|
||||||
// Would be cool to do more frequent status bar updates with more info. Unfortunately, this causes lag.
|
// Would be cool to do more frequent status bar updates with more info. Unfortunately, this causes lag.
|
||||||
QString StatusText = "";
|
QString StatusText;
|
||||||
|
|
||||||
if (!mGizmoHovering)
|
if (!mGizmoHovering)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue