mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Amend 13f718337
This commit is contained in:
parent
a1a7a1bc03
commit
ba1fa904a9
5 changed files with 16 additions and 11 deletions
|
|
@ -2021,7 +2021,6 @@ struct ImGuiContext
|
|||
// Platform support
|
||||
ImGuiPlatformImeData PlatformImeData; // Data updated by current frame
|
||||
ImGuiPlatformImeData PlatformImeDataPrev; // Previous frame data (when changing we will call io.SetPlatformImeDataFn
|
||||
char PlatformLocaleDecimalPoint; // '.' or *localeconv()->decimal_point
|
||||
|
||||
// Settings
|
||||
bool SettingsLoaded;
|
||||
|
|
@ -2212,7 +2211,6 @@ struct ImGuiContext
|
|||
|
||||
PlatformImeData.InputPos = ImVec2(0.0f, 0.0f);
|
||||
PlatformImeDataPrev.InputPos = ImVec2(-1.0f, -1.0f); // Different to ensure initial submission
|
||||
PlatformLocaleDecimalPoint = '.';
|
||||
|
||||
SettingsLoaded = false;
|
||||
SettingsDirtyTimer = 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue