Made ImageConverter test pass
This commit is contained in:
parent
51afe08019
commit
cb8a942e08
5 changed files with 97 additions and 82 deletions
|
|
@ -79,7 +79,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
|
||||
checkbox.CheckedStateChanged += (s, e) =>
|
||||
{
|
||||
var scrollable = this.Parents<ScrollableWidget>().First();
|
||||
var scrollable = this.Parents<ScrollableWidget>().FirstOrDefault();
|
||||
var topPosition = Vector2.Zero;
|
||||
if (scrollable != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue