Folder Icon on "Edit, Preferences, Import, use style file" doesn't open a browse window rnehrig • Jan 16, 2014 - 13:42 Type Functional Severity S4 - Minor Status closed Project MuseScore Win 7 GIT commit: d6523e5 Edit, Preferences, Import Folder Icon on "use style file" doesn't open a browse window Not a big deal, but thought you'd like to know. Reply Comments Jojo-Schmitz • Jan 16, 2014 - 14:47 I believe the constructor for PreferenceDialog in ...mscore/preferences.cpp, around line 630 is lacking a connect(styleFileButton, SIGNAL(clicked()), SLOT(styleFileButtonClicked())); Reply Jojo-Schmitz • Jan 16, 2014 - 15:13 Status (old) active ⇒ patch (ready to commit) Yes, that was it. Build and checked:https://github.com/musescore/MuseScore/pull/646 Reply System Message • Jan 20, 2014 - 08:51 Status (old) patch (ready to commit) ⇒ fixed Fixed in e53ba5bca0 Reply System Message • Feb 3, 2014 - 09:05 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Jojo-Schmitz • Jan 16, 2014 - 14:47 I believe the constructor for PreferenceDialog in ...mscore/preferences.cpp, around line 630 is lacking a connect(styleFileButton, SIGNAL(clicked()), SLOT(styleFileButtonClicked())); Reply
Jojo-Schmitz • Jan 16, 2014 - 15:13 Status (old) active ⇒ patch (ready to commit) Yes, that was it. Build and checked:https://github.com/musescore/MuseScore/pull/646 Reply
System Message • Jan 20, 2014 - 08:51 Status (old) patch (ready to commit) ⇒ fixed Fixed in e53ba5bca0 Reply
System Message • Feb 3, 2014 - 09:05 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
I believe the constructor for PreferenceDialog in ...mscore/preferences.cpp, around line 630 is lacking a
connect(styleFileButton, SIGNAL(clicked()), SLOT(styleFileButtonClicked()));
Yes, that was it. Build and checked:
https://github.com/musescore/MuseScore/pull/646
Fixed in e53ba5bca0
Automatically closed -- issue fixed for 2 weeks with no activity.