We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
patch_text_op_size.hppにて if (!enabled_i)return; が無いと思いながら試しに "text_op_size" : false をしてみたところ対象のバグ( https://scrapbox.io/ePi5131/%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E5%88%B6%E5%BE%A1%E6%96%87%E5%AD%97%E3%81%AE%E3%83%90%E3%82%B0 )が特定フォント起こるだけでなく、多くのフォントで挙動がおかしくなった
restorable_patch.hppらへんで問題になっているとすると、他の部分のパッチも含め問題がある可能性があるので報告です
The text was updated successfully, but these errors were encountered:
No branches or pull requests
patch_text_op_size.hppにて
if (!enabled_i)return;
が無いと思いながら試しに
"text_op_size" : false
をしてみたところ対象のバグ( https://scrapbox.io/ePi5131/%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E5%88%B6%E5%BE%A1%E6%96%87%E5%AD%97%E3%81%AE%E3%83%90%E3%82%B0 )が特定フォント起こるだけでなく、多くのフォントで挙動がおかしくなった
restorable_patch.hppらへんで問題になっているとすると、他の部分のパッチも含め問題がある可能性があるので報告です
The text was updated successfully, but these errors were encountered: