logic: polished status view
* click message in status bar to show status view * renamed status tab to output * renamed status column to message * fixed list not properly updating when using filters * scroll to first row after clearing
This commit is contained in:
@@ -188,7 +188,7 @@ void ApplicationSettings::setStatusFilter(int mask)
|
||||
|
||||
int ApplicationSettings::getStatusFilter() const
|
||||
{
|
||||
return getValue<int>("application/status_filter", STATUSTYPE::STATUS_INFO | STATUSTYPE::STATUS_ERROR);
|
||||
return getValue<int>("application/status_filter", StatusType::STATUS_INFO | StatusType::STATUS_ERROR);
|
||||
}
|
||||
|
||||
int ApplicationSettings::getLogFilter() const
|
||||
|
||||
Reference in New Issue
Block a user