mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
Merge pull request #2736 from defnax/wirefixes11
Fix loading group tree settings
This commit is contained in:
commit
6ca9529027
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ GxsGroupFrameDialog::GxsGroupFrameDialog(RsGxsIfaceHelper *ifaceImpl,const QStri
|
|||
sizes << 300 << width(); // Qt calculates the right sizes
|
||||
ui->splitter->setSizes(sizes);
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
||||
#ifndef UNFINISHED
|
||||
ui->todoPushButton->hide();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue