Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
d1c990a3
Commit
d1c990a3
authored
Dec 10, 2009
by
Geoffroy Lacarriere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Import] Stop the preview when selecting another cell.
parent
a71a7c59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/GUI/import/ImportController.cpp
src/GUI/import/ImportController.cpp
+2
-0
No files found.
src/GUI/import/ImportController.cpp
View file @
d1c990a3
...
...
@@ -120,6 +120,8 @@ void ImportController::mediaSelection( const QUuid& uuid )
m_mediaListController
->
getCell
(
uuid
)
->
setPalette
(
p
);
setUIMetaData
(
m_model
->
getMedia
(
uuid
)
);
if
(
uuid
!=
m_currentUuid
)
m_preview
->
stop
();
emit
mediaSelected
(
m_model
->
getMedia
(
uuid
)
);
m_currentUuid
=
uuid
;
}
...
...
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