Restore touch scrolling on Android

- Issue MatterHackers/MCCentral#3352
Touch scrolling not functioning on Android
This commit is contained in:
John Lewin 2018-05-10 15:06:39 -07:00
parent 8d763c883a
commit b9aad1a517
2 changed files with 14 additions and 1 deletions

View file

@ -55,6 +55,9 @@ namespace MatterHackers.MatterControl
var theme = ApplicationController.Instance.Theme;
// Push TouchScreenMode into GuiWidget
GuiWidget.TouchScreenMode = UserSettings.Instance.IsTouchScreen;
var library3DViewSplitter = new Splitter()
{
SplitterDistance = UserSettings.Instance.LibraryViewWidth,