cue4parse update

This commit is contained in:
iAmAsval 2021-06-05 06:54:01 +02:00
parent 9a1501db4b
commit aba44d5ea5
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit b4b18abd31a049b2c408a1867520ca06e5c8b144
Subproject commit af4b6353b173e18e7349e27bded6fecb3eca1242

View File

@ -95,9 +95,8 @@ namespace FModel.Views.Resources.Controls
{
if (DataContext is not TabItem tabItem || Keyboard.Modifiers != ModifierKeys.Control)
return;
var fontSize = tabItem.FontSize + e.Delta / 50.0;
tabItem.FontSize = fontSize switch
{
< 6 => 6,