-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile menu not updating itself on select? #276
Comments
Yes, but shouldn't its text reflect active selected preset? |
No. Because then it would be incorrect in nearly all cases. The preset is a combination of processing gamut and a unique equation. The formula is changeable. There are endless possibilities. A preset is just one of that. |
hm, may he then ONLY replace 'Select preset' text with 'Custom' or 'Custom, click to change" IF changes were made? or at least indicate it in statusbar somewhere? |
Why adding this additional complexity (the profile thing is very complex already now), as everything is custom (apart from those few presets)? You always see what you selected below. And if you're not sure, select it another time again. A text "custom" in a combobox, which is autoselected but not manually selectable... I don't know. |
I tried to compile MLV-App on Slackware 15.0 i586 (but actual cpu is AMD FX 4300, so plenty of SIMD extensions).
Compile was fine (I used src up to 620d7c8).
But after starting resulting App and playing with ElgersburgBHF.zip (5 seconds MLV file I found on forum) I noticed Profile dropdown menu does not change its content on select, so I was a bit confused about its working.
Next one (Processing gamut) works as intended, showing selected mode on itself.
I am not familiar with qt, looking at last git commit message ( "Set msgbox default buttons") may be some updates were missed?
The text was updated successfully, but these errors were encountered: