Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -271,7 +271,8 @@ public:
|
||||
}
|
||||
|
||||
void onSelectionChanged() {
|
||||
if(busy) return;
|
||||
if(busy)
|
||||
return;
|
||||
busy = true;
|
||||
std::map<std::string,int> sels;
|
||||
for(auto &sel : Selection().getSelectionEx(
|
||||
|
||||
Reference in New Issue
Block a user