Skip to content
New issue

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

Limit debug console size to current window size. #251

Merged
2 commits merged into from Mar 24, 2018
Merged

Limit debug console size to current window size. #251

2 commits merged into from Mar 24, 2018

Commits on Mar 8, 2018

  1. Limit debug console size to current window size.

    If any stored preferences for the debug console size happens to be
    larger than its corresponding dimension at the current window size,
    ignore the preference and create the debug console _panel_ using the
    window size values instead of the stored preferences.
    galegosimpatico committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    54c53bd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Limit debug console size to current window's (2).

    src/debug_console.cpp: Replace ternary operator with more (idiomatic?)
    clamp call.
    galegosimpatico committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    b6cced4 View commit details
    Browse the repository at this point in the history