Fixed the editor view

This commit is contained in:
MrRobin
2023-10-28 20:43:30 +02:00
parent 1a7c2f384b
commit cf0128db21
8 changed files with 237 additions and 434 deletions

View File

@ -47,4 +47,8 @@ private:
/** True if a value is being changed by dragging a slider */
bool bIsUsingSlider;
TSharedPtr<SWidget> HourEntryBox;
TSharedPtr<SWidget> MinuteEntryBox;
TSharedPtr<SWidget> SecondEntryBox;
};