mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-23 09:06:45 -05:00
Use correct function for setting cursorMapTileRect visibility
This commit is contained in:
@@ -1377,7 +1377,7 @@ void MainWindow::on_actionCursor_Tile_Outline_triggered()
|
||||
porymapConfig.setShowCursorTile(enabled);
|
||||
this->editor->settings->cursorTileRectEnabled = enabled;
|
||||
if (this->editor->map_item->has_mouse) {
|
||||
this->editor->cursorMapTileRect->setVisible(enabled);
|
||||
this->editor->cursorMapTileRect->setVisibility(enabled);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user