You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems in build 4.0.3.394 the generic (Office 2013?) theme doesn't update the Window state buttons in Windows 10. In the showcase exe clicking Tests > Open Regular-Window shows them correctly (Below example shows the difference, the one in front being Windows 10 and the one behind being the generic ribbon window).
Is this an oversight, or is there a setting / theme I haven't applied?
Environment
Fluent.Ribbon 4.0.3.394
Theme Generic (Office 2013?)
Windows Win 10
.NET Framework 4.5
The text was updated successfully, but these errors were encountered:
Those buttons are custom styled buttons as we can't rely on windows/wpf to render them they currently look the same on every OS version. Will think about a way to get them updated. One problem on updating them is that microsoft prevents the proper detection of the OS version since windows 10...
Getting the OS version should be possible in Windows 10, but you have to include a manifest and then use the VerifyVersionInfo method. More information here.
Hi Batzen,
Great job on keeping this library up to date.
It seems in build 4.0.3.394 the generic (Office 2013?) theme doesn't update the Window state buttons in Windows 10. In the showcase exe clicking Tests > Open Regular-Window shows them correctly (Below example shows the difference, the one in front being Windows 10 and the one behind being the generic ribbon window).
Is this an oversight, or is there a setting / theme I haven't applied?
Environment
The text was updated successfully, but these errors were encountered: