Notebook::select now takes the optional parameter "focusPage". (#3446)

This commit is contained in:
pajlada
2022-01-02 15:00:19 +01:00
committed by GitHub
parent b031fc41ef
commit 2b9e2bd1b0
4 changed files with 31 additions and 27 deletions
+1
View File
@@ -82,6 +82,7 @@
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (#3103)
- Dev: Add benchmarks that can be compiled with the `BUILD_BENCHMARKS` CMake flag. Off by default. (#3038)
- Dev: Added CMake build option `BUILD_WITH_QTKEYCHAIN` to build with or without Qt5Keychain support (On by default). (#3318)
- Dev: Notebook::select\* functions now take an optional `focusPage` parameter (true by default) which keeps the default behaviour of selecting the page after it has been selected. If set to false, the page is _not_ focused after being selected. (#3446)
## 2.3.4