mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-03 03:36:10 +00:00
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…
x
Reference in New Issue
Block a user