wacom: Hide tracking mode for screen tablets
This commit is contained in:
parent
67d2e6d4a0
commit
740cd38fa5
1 changed files with 3 additions and 1 deletions
|
@ -465,8 +465,10 @@ cc_wacom_page_new (GsdWacomDevice *stylus,
|
|||
}
|
||||
|
||||
/* Calibration for screen tablets */
|
||||
if (gsd_wacom_device_is_screen_tablet (stylus) == TRUE) {
|
||||
if (gsd_wacom_device_is_screen_tablet (stylus) != FALSE) {
|
||||
gtk_widget_show (WID ("button-calibrate"));
|
||||
gtk_widget_hide (WID ("combo-tabletmode"));
|
||||
gtk_widget_hide (WID ("label-trackingmode"));
|
||||
}
|
||||
|
||||
/* Tablet icon */
|
||||
|
|
Loading…
Add table
Reference in a new issue