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
beat
beat.editor
Commits
dc6d79b8
Commit
dc6d79b8
authored
Mar 22, 2019
by
Samuel GAIST
Browse files
[widgets][assetwidget] Give the path when asking to reload
parent
c8be9987
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/widgets/assetwidget.py
View file @
dc6d79b8
...
...
@@ -187,7 +187,10 @@ class AssetWidget(QWidget):
answer
=
QMessageBox
.
question
(
self
,
self
.
tr
(
"File changed"
),
self
.
tr
(
"The file has changed on disk.
\n
"
"Do you want to reload it ?"
),
self
.
tr
(
"The file:
\n
{}
\n
has changed on disk.
\n
"
"Do you want to reload it ?"
.
format
(
self
.
current_json
)
),
)
if
answer
==
QMessageBox
.
Yes
:
...
...
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