Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
cec68cd0
Commit
cec68cd0
authored
Feb 07, 2018
by
Martin Heistermann
Browse files
Fix #139: Recent Files was broken on MacOS.
cf
OpenFlipper-Free#139
parent
47eb9b08
Changes
1
Hide whitespace changes
Inline
Side-by-side
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