mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 13:08:47 +02:00
Merge branch 'allow-to-disable-test-window' of https://github.com/mmozeiko/imgui into mmozeiko-allow-to-disable-test-window
This commit is contained in:
@ -8807,6 +8807,7 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef IMGUI_DISABLE_TEST_WINDOWS
|
||||
//-----------------------------------------------------------------------------
|
||||
// HELP
|
||||
//-----------------------------------------------------------------------------
|
||||
@ -10339,6 +10340,7 @@ static void ShowExampleAppLongText(bool* opened)
|
||||
}
|
||||
|
||||
// End of Sample code
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// FONT DATA
|
||||
|
Reference in New Issue
Block a user