обновы какие то

This commit is contained in:
2024-07-02 18:54:36 +05:00
parent 87bcdc6242
commit f8cb05c514
175 changed files with 317 additions and 131 deletions
@@ -0,0 +1,12 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "RichTextBlockPerc.h"
void URichTextBlockPerc::setLineHeightPercentage(float newPerc)
{
LineHeightPercentage = newPerc;
SynchronizeProperties();
}