mirror of
https://github.com/4sval/FModel.git
synced 2026-06-21 15:30:05 -05:00
cue4parse update
This commit is contained in:
parent
9a1501db4b
commit
aba44d5ea5
|
|
@ -1 +1 @@
|
|||
Subproject commit b4b18abd31a049b2c408a1867520ca06e5c8b144
|
||||
Subproject commit af4b6353b173e18e7349e27bded6fecb3eca1242
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user