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
95719bc1
Commit
95719bc1
authored
May 11, 2010
by
Jens Bache-Wiig
Browse files
Make new dialog description text visible on first show
parent
d343d2d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/dialogs/newdialog.cpp
View file @
95719bc1
...
...
@@ -282,6 +282,9 @@ Core::IWizard *NewDialog::showDialog()
for
(
int
row
=
0
;
row
<
m_proxyModel
->
rowCount
();
++
row
)
m_ui
->
templateCategoryView
->
setExpanded
(
m_proxyModel
->
index
(
row
,
0
),
true
);
// Ensure that item description is visible on first show
currentItemChanged
(
m_ui
->
templatesView
->
rootIndex
().
child
(
0
,
0
));
updateOkButton
();
if
(
exec
()
!=
Accepted
)
return
0
;
...
...
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