12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
--- src/settings.cpp
|
|
+++ src/settings.cpp
|
|
@@ -1092,7 +1092,7 @@
|
|
|
|
static bool TouchscreenModeChanged(int32 p1)
|
|
{
|
|
- //ResetTabletWindow();
|
|
+ ResetTabletWindow();
|
|
return true;
|
|
}
|
|
|