Full screen fix, some site edits and fixes
This commit is contained in:
parent
65f9e84a61
commit
b7edd8a223
@ -61,7 +61,7 @@ CropScene::CropScene(QObject *parent, QPixmap pixmap)
|
||||
}
|
||||
});
|
||||
|
||||
addDrawingAction(menu, tr("Crop"), ":/icons/crop.png", [] { return nullptr; });
|
||||
addDrawingAction(menu, tr("None"), ":/icons/crop.png", [] { return nullptr; });
|
||||
|
||||
menu->addSeparator();
|
||||
QAction *settings = menu->addAction("");
|
||||
@ -217,8 +217,6 @@ void CropScene::setVisible(bool visible) {
|
||||
view->setVisible(visible);
|
||||
if (visible) {
|
||||
if (QApplication::screens().size() == 1) view->showFullScreen();
|
||||
view->resize(_pixmap.width(), _pixmap.height());
|
||||
view->setMinimumSize(_pixmap.size());
|
||||
QPoint p = screenshotutil::smallestScreenCoordinate() + QPoint(settings::settings().value("cropx", 0).toInt(),
|
||||
settings::settings().value("cropy", 0).toInt());
|
||||
view->move(p.x(), p.y());
|
||||
|
@ -1,6 +1,5 @@
|
||||
# **KShare**
|
||||
## The free open source and cross platform screen sharing software
|
||||
###### Inspired by [ShareX](https://getsharex.com)
|
||||
|
||||
KShare is a screenshotting utility built using Qt and written in C++.
|
||||
It has many features, including:
|
||||
@ -38,7 +37,8 @@ And when you start recording there is a simple preview shown:
|
||||
## Download
|
||||
Currently, the only good download I provide is for Arch Linux and Ubuntu 17.04
|
||||
The Arch download is on the AUR as `kshare` and `kshare-git`,
|
||||
and the Ubuntu build is a .deb found on my CI: [kshare.deb](https://nativeci.arsenarsen.com/job/KShare/73/artifact/packages/simpleName.deb)
|
||||
The OS X and Debian/Ubuntu builds can be found here: [CI](https://nativeci.arsenarsen.com/job/KShare%20(master\))
|
||||
There is a windows build on [AppVeyor]()
|
||||
|
||||
## Wait.. how do I actually use this?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user