Skip to content

Commit

Permalink
Merge pull request #3374 from jeetee/248316_disable_autocomplete_of_z…
Browse files Browse the repository at this point in the history
…oom_percentage_field

fix #248316 Disable autocompletion of zoom percentage field
  • Loading branch information
lasconic committed Jan 10, 2018
2 parents e6110c7 + beda9d2 commit f6a1d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/magbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ MagBox::MagBox(QWidget* parent)
setToolTip(tr("Zoom"));
setWhatsThis(tr("Zoom"));
setValidator(new MagValidator(this));
setAutoCompletion(false);

int i = 0;
for (const MagEntry& e : magTable) {
Expand Down

0 comments on commit f6a1d0e

Please sign in to comment.