Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ef55a550 by Marvin Scholz at 2026-01-28T07:54:12+00:00
qt: fix effects window geometry saving
On some operating systems, notably Linux, the setting keys are treated
as case-sensitive, so the mismatch here would cause the geometry to be
saved under a different key than it was read, effectively making the
restore not working properly.
- - - - -
1 changed file:
- modules/gui/qt/dialogs/extended/extended.cpp
Changes:
=====================================
modules/gui/qt/dialogs/extended/extended.cpp
=====================================
@@ -154,7 +154,7 @@ ExtendedDialog::ExtendedDialog( qt_intf_t *_p_intf )
ExtendedDialog::~ExtendedDialog()
{
- getSettings()->setValue("Epanel/geometry", saveGeometry());
+ getSettings()->setValue("EPanel/geometry", saveGeometry());
}
void ExtendedDialog::showTab( int i )
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/ef55a5509b424742034ee18fe860ccce154c73ba
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/ef55a5509b424742034ee18fe860ccce154c73ba
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits