fix share picker region H coord

This commit is contained in:
vaxerski 2023-03-16 15:21:55 +00:00
parent 74128d2a97
commit 85f49f4d6c
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ int main(int argc, char* argv[]) {
button->resize(321, 41);
QObject::connect(button, &QPushButton::clicked, [=]() {
auto REGION = execAndGet("slurp -f \"%o %x %y %w %h\"");
REGION = REGION.substr(0, REGION.length() - 1);
REGION = REGION.substr(0, REGION.length());
// now, get the screen
QScreen* pScreen = nullptr;