Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SpaceCreator
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TASTE
SpaceCreator
Merge requests
!980
Reset active undo stask on editor close
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reset active undo stask on editor close
951-qtc-crash-reloading-a-project
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Guenter Schwann
requested to merge
951-qtc-crash-reloading-a-project
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#951 (closed)
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b32a7229
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/qtcreator/spacecreatorplugin/common/actionhandler.cpp
+
1
−
0
Options
@@ -73,6 +73,7 @@ void ActionHandler::onCurrentEditorChanged(Core::IEditor *editor)
auto
qtEditor
=
qobject_cast
<
QtCEditor
*>
(
editor
);
if
(
!
qtEditor
)
{
m_undoGroup
->
setActiveStack
(
nullptr
);
return
;
}
Loading