mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
Added fixes for layouts+ComboBoxevents
This commit is contained in:
@@ -115,7 +115,7 @@ void Button::init()
|
||||
|
||||
void Button::fireButtonClicked(void* pSender)
|
||||
{
|
||||
ButtonEvent clickedEvent(Button::Ptr(this, true));
|
||||
ButtonEvent clickedEvent(this);
|
||||
buttonClicked(this, clickedEvent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user