fix ReloadRowMessages ignored
This commit is contained in:
@@ -981,6 +981,11 @@ public:
|
||||
// XXX: allow specifying the mask
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual bool Reload()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
class OptionRowHandlerConfig : public OptionRowHandler
|
||||
|
||||
Reference in New Issue
Block a user