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
PIM
KPimTextEdit
Commits
5647e32f
Commit
5647e32f
authored
Mar 02, 2022
by
Laurent Montel
😁
Browse files
Make checked by default
parent
558a19ba
Pipeline
#143952
passed with stages
in 2 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/texteditor/commonwidget/textfindreplacewidget.cpp
View file @
5647e32f
...
...
@@ -103,6 +103,7 @@ TextFindWidget::TextFindWidget(QWidget *parent)
mRespectDiacriticAct
=
optionsMenu
->
addAction
(
i18n
(
"Respect Diacritic and Accents"
));
mRespectDiacriticAct
->
setCheckable
(
true
);
mRespectDiacriticAct
->
setChecked
(
true
);
optionsBtn
->
setMenu
(
optionsMenu
);
lay
->
addWidget
(
optionsBtn
);
...
...
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