We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6a71b commit 64ba53cCopy full SHA for 64ba53c
1 file changed
gcodeworkshop/src/gcoderdocument.cpp
@@ -290,6 +290,7 @@ void GCoderDocument::setDocumentWidgetProperties(const DocumentWidgetProperties:
290
}
291
292
m_capsLockEventFilter->setCapsLockEnable(m_widgetProperties.intCapsLock);
293
+ updateWindowTitle();
294
295
if (m_widgetProperties.syntaxH) {
296
if (m_highlighter == nullptr) {
0 commit comments