mirror of
https://github.com/4sval/FModel.git
synced 2026-09-25 10:39:14 -05:00
cue4parse update
This commit is contained in:
Submodule CUE4Parse updated: b4b18abd31...af4b6353b1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user