mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 07:23:44 +02:00
Added fixes for layouts+ComboBoxevents
This commit is contained in:
@@ -190,7 +190,6 @@ void Table::handleRequestAndResponse(const Poco::Net::HTTPServerRequest& request
|
||||
}
|
||||
|
||||
|
||||
|
||||
void Table::handleValueChanged()
|
||||
{
|
||||
if (_col < 0 || _row < 0 || _col >= getColumnCount())
|
||||
|
Reference in New Issue
Block a user