Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Miguel Lopez
Krita
Commits
4a10bc1c
Commit
4a10bc1c
authored
Jan 10, 2015
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG:342541 Re-synchronize the tags to all observers after loading is done
parent
6b6cf26c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
libs/widgets/KoResourceServer.h
libs/widgets/KoResourceServer.h
+4
-0
No files found.
libs/widgets/KoResourceServer.h
View file @
4a10bc1c
...
...
@@ -218,6 +218,10 @@ public:
m_resources
=
sortedResources
();
m_tagStore
->
loadTags
();
foreach
(
ObserverType
*
observer
,
m_observers
)
{
observer
->
syncTaggedResourceView
();
}
kDebug
(
30009
)
<<
"done loading resources for type "
<<
type
();
}
...
...
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