Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lucas SCHMIDT
sight
Commits
bdb5aec4
Verified
Commit
bdb5aec4
authored
Sep 06, 2021
by
Didier WECKMANN
Browse files
enh(io): use password mode for echo on InputDialog
parent
a2f7badd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/io/session/SWriter.cpp
View file @
bdb5aec4
...
...
@@ -207,7 +207,7 @@ void SWriter::updating()
"Enter Password"
,
"Password:"
,
globalPassword
.
c_str
(),
sight
::
ui
::
base
::
dialog
::
InputDialog
::
EchoMode
::
ECHO_ON_EDIT
sight
::
ui
::
base
::
dialog
::
InputDialog
::
EchoMode
::
PASSWORD
)
);
...
...
Write
Preview
Supports
Markdown
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