Browse Source

Fixing scroll bug that was introduced with the previous imgui commit.

Dario Manesku 11 years ago
parent
commit
60f3b73d01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/common/imgui/imgui.cpp

+ 1 - 1
examples/common/imgui/imgui.cpp

@@ -2649,7 +2649,7 @@ struct Imgui
 		int32_t m_widgetY;
 		int32_t m_widgetW;
 		int32_t* m_scrollVal;
-		uint16_t m_scrollId;
+		uint32_t m_scrollId;
 		bool m_inside;
 		bool m_scissorEnabled;
 	};