Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7fd37876
Commit
7fd37876
authored
Apr 21, 2011
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugger: Enable Stack Layout action in white area, too.
parent
5001aec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/debugger/watchwindow.cpp
src/plugins/debugger/watchwindow.cpp
+1
-1
No files found.
src/plugins/debugger/watchwindow.cpp
View file @
7fd37876
...
...
@@ -782,7 +782,7 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
actOpenMemoryViewAtPointerValue
->
setEnabled
(
false
);
}
actOpenMemoryEditorStackLayout
->
setText
(
tr
(
"Open Memory Editor Showing Stack Layout"
));
actOpenMemoryEditorStackLayout
->
setEnabled
(
m_type
==
LocalsType
&&
mi0
.
isValid
()
);
actOpenMemoryEditorStackLayout
->
setEnabled
(
m_type
==
LocalsType
);
memoryMenu
.
addAction
(
actOpenMemoryViewAtVariableAddress
);
memoryMenu
.
addAction
(
actOpenMemoryViewAtPointerValue
);
memoryMenu
.
addAction
(
actOpenMemoryEditAtVariableAddress
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment