Fixed some opengl 4.1 core vertex and fragment shaders, layerview anchor. CURA-3273

This commit is contained in:
Jack Ha 2017-02-01 16:29:21 +01:00
parent 4bb8e1b025
commit 4659d8616e
3 changed files with 92 additions and 2 deletions

View file

@ -174,7 +174,7 @@ Item
ComboBox
{
id: layerTypeCombobox
anchors.top: slider_background.bottom
anchors.top: parent.top
anchors.left: parent.left
model: layerViewTypes
visible: !UM.LayerView.compatibilityMode
@ -186,7 +186,7 @@ Item
Label
{
id: compatibilityModeLabel
anchors.top: slider_background.bottom
anchors.top: parent.top
anchors.left: parent.left
text: catalog.i18nc("@label","Compatibility mode")
visible: UM.LayerView.compatibilityMode