Fixed issue where the view mode from the stored settings was not reflected on startup
FossilOrigin-Name: b04aa4a2a385325b9b50e4ce700a364b05c7b70b
This commit is contained in:
parent
97cbd30c35
commit
5d49c73919
@ -1135,7 +1135,10 @@ void MainWindow::loadSettings()
|
||||
if(qsettings.contains("ViewIgnored"))
|
||||
ui->actionViewIgnored->setChecked(qsettings.value("ViewIgnored").toBool());
|
||||
if(qsettings.contains("ViewAsList"))
|
||||
{
|
||||
ui->actionViewAsList->setChecked(qsettings.value("ViewAsList").toBool());
|
||||
ui->treeView->setVisible(qsettings.value("ViewAsList").toBool() == VIEWMODE_LIST);
|
||||
}
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
12
manifest
12
manifest
@ -1,12 +1,12 @@
|
||||
C Added\sdebug\stracing\sof\sfossil\soutput
|
||||
D 2011-12-14T13:25:09.217
|
||||
C Fixed\sissue\swhere\sthe\sview\smode\sfrom\sthe\sstored\ssettings\swas\snot\sreflected\son\sstartup\n
|
||||
D 2012-04-14T06:43:14.060
|
||||
F CommitDialog.cpp bc05504be08d9ffe2b24d341a18e37035e1941b7
|
||||
F CommitDialog.h 65a7238dcdd41b578536a0b0ac2a65f2e7f23c9a
|
||||
F CommitDialog.ui 5067623f6af6f5a42c87df903278e383e945e154
|
||||
F FileActionDialog.cpp fcaebf9986f789b3440d5390b3458ad5f86fe0c8
|
||||
F FileActionDialog.h 15db1650b3a13d70bc338371e4c033c66e3b79ce
|
||||
F FileActionDialog.ui c63644428579741aeb5fa052e237ba799ced9ad7
|
||||
F MainWindow.cpp 9943eb0e156d311f02fa73a623026b4d71881b1d
|
||||
F MainWindow.cpp 73128657d821f9f0e574f6df56cad414829d8555
|
||||
F MainWindow.h 643f13d4b5615c51c38b164768bf62258ccb94b1
|
||||
F MainWindow.ui 0afb7d2a8e9ce2cff2966295f9eefaed01f1ed51
|
||||
F SettingsDialog.cpp e1fad18cc020d08b82c6d35dc94f6624deec9a3b
|
||||
@ -174,7 +174,7 @@ F installer/fuel.iss 13b6a938bcdf273cbd3649d2549887baa1577214
|
||||
F installer/license.txt 4cc77b90af91e615a64ae04893fdffa7939db84c
|
||||
F main.cpp 46bf5ddc90fca01c9ef2e8e3d14b4d32217945dd
|
||||
F resources.qrc e98383ed205f4e37100c60057e0129c3b86dea53
|
||||
P c5f9a9d87d22a61c1ffaa5c0fb893cf5dad3a08d
|
||||
R 7112d16eb1a9c98ac2f668e445318338
|
||||
P 72c6ea7423b016df5150610f59fa8835b614701b
|
||||
R d9d54efe141f1b67bfc1bcf2605c87a6
|
||||
U kostas
|
||||
Z b5d5e66b662f8506f804050bc056aeac
|
||||
Z 5ff02e5fbeb527cf2633fffeb79226ba
|
||||
|
@ -1 +1 @@
|
||||
72c6ea7423b016df5150610f59fa8835b614701b
|
||||
b04aa4a2a385325b9b50e4ce700a364b05c7b70b
|
Loading…
x
Reference in New Issue
Block a user