]> git.lyx.org Git - features.git/commit
Fix for bug #11926
authorDaniel Ramoeller <d.lyx@web.de>
Fri, 7 Aug 2020 14:13:48 +0000 (16:13 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 9 Aug 2020 10:51:45 +0000 (12:51 +0200)
commitd3a04c089b5e7345a6d5557dd99392a42cc0b83a
tree31eb78f07e739c3e7ac7a82a0e9ff19306758d31
parente417597597d9be12cd792343ae9b958854ab4df8
Fix for bug #11926

Change comobox signal to user interaction only to avoid problems with "Apply changes immediately" aka "Immediate Apply". (See https://doc.qt.io/qt-5/qcombobox.html#currentIndexChanged and https://doc.qt.io/qt-5/qcombobox.html#activated.)
src/frontends/qt/GuiCharacter.cpp