logic: enviroment variable handling
* expanding env vars for existsens check * expand source paths in filemanager
This commit is contained in:
@@ -98,7 +98,6 @@ void QtStartScreen::updateButtons()
|
||||
button->setProjectPath(recentProjects[i]);
|
||||
button->setFixedWidth(button->fontMetrics().width(button->text()) + 45);
|
||||
connect(button, SIGNAL(clicked()), button, SLOT(handleButtonClick()));
|
||||
//button->setGeometry(292, button->pos().y(), button->fontMetrics().width(button->text()) + 45, 40);
|
||||
if (button->projectExists())
|
||||
{
|
||||
button->setObjectName("recentButton");
|
||||
|
||||
Reference in New Issue
Block a user