Scrolling layout

This commit is contained in:
IlyaShurupov 2024-10-17 16:46:49 +03:00 committed by Ilya Shurupov
parent c7496c7b42
commit 8c4ba37e59
14 changed files with 288 additions and 35 deletions

View file

@ -37,7 +37,7 @@ namespace tp {
RootWidget* mRootWidget = nullptr;
// debug
bool mDebug = true;
bool mDebug = false;
bool mDebugStopProcessing = false;
bool mDebugRedrawAlways = false;
bool mSlowMotion = false;