implemented some resizable scroll bars

This commit is contained in:
itsmattkc
2018-12-24 02:15:37 +11:00
parent a53aac2366
commit edf6f00271
12 changed files with 159 additions and 23 deletions
+1 -1
View File
@@ -1003,7 +1003,7 @@ void Project::save_recent_projects() {
void Project::clear_recent_projects() {
recent_projects.clear();
save_recent_projects();
save_recent_projects();
}
void Project::add_recent_project(QString url) {