Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Fix Button Controls
Browse files Browse the repository at this point in the history
  • Loading branch information
arnitdo committed Apr 10, 2021
1 parent b5a59ed commit f05fb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ ButtonControl::ButtonControl(DrawArea* parent, MainWindow* parentMainWindow, int
this->SelfLayout.addWidget(&ExecuteLabel, 5, 1, 1, 2);
this->SelfLayout.addWidget(&FunctionSelect, 6, 1, 1, 2);
QObject::connect(&ParentMainWindow->MainWindowClearButton, SIGNAL (clicked()), this, SLOT( deleteSelf()));
Counters::FUNCTRLCount++;
Counters::BTNCTRLCount++;
}

void ButtonControl::deleteSelf(){
Expand Down

0 comments on commit f05fb3e

Please sign in to comment.