summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index d3c730be1..1f4b40a54 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -1285,7 +1285,7 @@ void LoadStringWidthTable(bool monospace)
}
}
- ReInitAllWindows();
+ ReInitAllWindows(false);
}
/**