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
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
cec68cd0
Commit
cec68cd0
authored
Feb 07, 2018
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #139: Recent Files was broken on MacOS.
cf
OpenFlipper-Free#139
parent
47eb9b08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
widgets/coreWidget/CoreWidget.cc
widgets/coreWidget/CoreWidget.cc
+5
-1
No files found.
widgets/coreWidget/CoreWidget.cc
View file @
cec68cd0
...
...
@@ -952,7 +952,11 @@ CoreWidget::updateRecent()
}
}
// Workaround for QMenu issue on MacOS: https://bugreports.qt.io/browse/QTBUG-63848
// Without this, the recent files menu entries are all disabled after using the menu once:
// https://www.graphics.rwth-aachen.de:9000/OpenFlipper-Free/OpenFlipper-Free/issues/139
recentFilesMenu_
->
setEnabled
(
false
);
recentFilesMenu_
->
setEnabled
(
true
);
}
void
...
...
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