mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Remove System::tabletAPI() function
This commit is contained in:
parent
f29ec83c6c
commit
7d63ceb199
2
laf
2
laf
@ -1 +1 @@
|
||||
Subproject commit ff41af60e95517fa9e922374c9a3a43442bce5b4
|
||||
Subproject commit b5e0ac9598f3ed75d0ef6857ac28b9f0d2b475a6
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user