Restore touch scrolling on Android
- Issue MatterHackers/MCCentral#3352 Touch scrolling not functioning on Android
This commit is contained in:
parent
8d763c883a
commit
b9aad1a517
2 changed files with 14 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue