Skip to content

Commit

Permalink
[x11] Fix regression using TabletOptions.detectStylusPattern (fix ase…
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Oct 28, 2024
1 parent b7f5b4b commit 4618e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/skia/skia_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class SkiaSystem final : public SkiaSystemBase {
}

void setTabletOptions(const TabletOptions& options) override {
#if LAF_WINDOWS
SkiaSystemBase::setTabletOptions(options);
#if LAF_WINDOWS
if (SkiaWindow* window = dynamic_cast<SkiaWindow*>(defaultWindow())) {
// TODO notify all windows
window->onTabletOptionsChange();
Expand Down

0 comments on commit 4618e1d

Please sign in to comment.