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
Marco Bubke
flatpak-qt-creator
Commits
df6b225d
Commit
df6b225d
authored
Mar 01, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fixes glitch in caching
parent
f1c8dc65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
View file @
df6b225d
...
...
@@ -922,6 +922,9 @@ void WidgetLoader::setSource(const QUrl &source)
m_widget
=
0
;
}
foreach
(
QWidget
*
cachedWidget
,
m_cachedWidgets
)
cachedWidget
->
hide
();
m_source
=
source
;
if
(
m_source
.
isEmpty
())
{
emit
sourceChanged
();
...
...
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