Converted all Tabs to Spaces

Argh
This commit is contained in:
ocornut
2014-08-19 12:45:34 +01:00
parent e807d97089
commit 67f17a644c
2 changed files with 4 additions and 4 deletions

View File

@ -2442,8 +2442,8 @@ void SetCursorPos(const ImVec2& pos)
ImVec2 GetCursorScreenPos()
{
ImGuiWindow* window = GetCurrentWindow();
return window->DC.CursorPos;
ImGuiWindow* window = GetCurrentWindow();
return window->DC.CursorPos;
}
void SetScrollPosHere()