Created
July 19, 2012 12:41
-
-
Save mkrueger/3143566 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.ArgumentOutOfRangeException: Argument is out of range. | |
Parameter name: index | |
at System.Collections.Generic.List`1[MonoDevelop.Components.Docking.DockContainer+SplitterWidget].get_Item (Int32 index) [0x00024] in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Collections.Generic/List.cs:636 | |
at MonoDevelop.Components.Docking.DockContainer.AllocateSplitter (MonoDevelop.Components.Docking.DockGroup grp, Int32 index, Rectangle a) [0x00000] in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockContainer.cs:157 | |
at MonoDevelop.Components.Docking.DockGroup.DrawSeparators (Rectangle exposedArea, MonoDevelop.Components.Docking.DockGroup currentHandleGrp, Int32 currentHandleIndex, DrawSeparatorOperation oper, Boolean drawChildrenSep, System.Collections.Generic.List`1 areasList) [0x001f9] in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroup.cs:873 | |
at MonoDevelop.Components.Docking.DockGroup.DrawSeparators (Rectangle exposedArea, MonoDevelop.Components.Docking.DockGroup currentHandleGrp, Int32 currentHandleIndex, DrawSeparatorOperation oper, System.Collections.Generic.List`1 areasList) [0x00000] in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroup.cs:827 | |
at MonoDevelop.Components.Docking.DockContainer.OnSizeAllocated (Rectangle rect) [0x00069] in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockContainer.cs:150 | |
at Gtk.Widget.sizeallocated_cb (IntPtr widget, IntPtr allocation) [0x00000] in <filename unknown>:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment