Remove System::tabletAPI() function

This commit is contained in:
David Capello 2024-06-18 14:02:37 -03:00
parent f29ec83c6c
commit 7d63ceb199
2 changed files with 2 additions and 2 deletions

2
laf

@ -1 +1 @@
Subproject commit ff41af60e95517fa9e922374c9a3a43442bce5b4
Subproject commit b5e0ac9598f3ed75d0ef6857ac28b9f0d2b475a6

View File

@ -431,7 +431,7 @@ public:
#ifdef LAF_WINDOWS // Show Tablet section on Windows
{
const os::TabletAPI tabletAPI = os::instance()->tabletAPI();
const os::TabletAPI tabletAPI = os::instance()->tabletOptions().api;
if (tabletAPI == os::TabletAPI::Wintab)
tabletApiWintabSystem()->setSelected(true);
else if (tabletAPI == os::TabletAPI::WintabPackets)