We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0345c7 commit f4a741dCopy full SHA for f4a741d
source/interface_derived.cpp
@@ -49,8 +49,8 @@ MainFrameDerived::MainFrameDerived() : MainFrame(NULL){
49
projectsList->AppendColumn(str,wxLIST_FORMAT_CENTER);
50
}
51
52
- installsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
53
- installsPathsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
+// installsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
+// installsPathsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
54
55
//make the data folder if it does not already exist (with readwrite for all groups)
56
#if defined __APPLE__ || defined __linux__
0 commit comments